Assembly Language Programming: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 44: Line 44:
*[http://www.ece.ucf.edu/files/labs/EEL%204742%20Lab%20Manual.pdf A large and comprehensive set of lab experiments and code....]
*[http://www.ece.ucf.edu/files/labs/EEL%204742%20Lab%20Manual.pdf A large and comprehensive set of lab experiments and code....]
*[http://www.ece.uah.edu/~milenka/cpe323-10S/lectures/cpe323_AssemblyLanguageProgReader.pdf Assembler, Linker, and Loader]
*[http://www.ece.uah.edu/~milenka/cpe323-10S/lectures/cpe323_AssemblyLanguageProgReader.pdf Assembler, Linker, and Loader]
*[http://glitovsky.com/blog/?page_id=21 Gustavo Litovsky's great set of tutorials on the MSP430]
*[http://glitovsky.com/blog/?page_id=21 Gustavo Litovsky's great set of tutorials on the MSP430] Pick the latest one. There is some good information on using peripherals, though all in C.
*[http://www.swarthmore.edu/NatSci/echeeve1/Class/e91/Lectures/E91(3)Assembly%20Language.pdf Assembly Language, the Basics]
*[http://www.swarthmore.edu/NatSci/echeeve1/Class/e91/Lectures/E91(3)Assembly%20Language.pdf Assembly Language, the Basics]
*[http://www.hutech.edu.vn/khoacntt/attachments/article/2809/MSP430%20Microcontroller%20Basics.pdf MSP430 Microcontroller Basics, by John Davies]
*[http://www.hutech.edu.vn/khoacntt/attachments/article/2809/MSP430%20Microcontroller%20Basics.pdf MSP430 Microcontroller Basics, by John Davies]

Revision as of 19:57, 7 July 2015

Useful Links for the Assembly Language Programming Class

ARM7 Links

Raspberry Pi

Depending on the version, your pi may use ARM6 or ARM7. There are actually quite a lot of good assembly language information for programming the raspberry pi.

TI MSP430 Links

Toolchain

  • Code Composer Studio 6 for MSP430 User's Guide
  • Assembly Language Tools This manual also has some good data on the linker, including the section "Using Linker Symbols in C/C++ Applications".
  • MSP430 Optimizing C/C++ Compiler (See Section 6.5 and following for how to mix C/C++ and Assembly. It is really best to read the entire chapter though, as it is all pertinent to mixing C and Assembly. It will also help you if you want to program in C, as it tells how the C compiler uses the memory, the stack, the registers, etc., and once you understand the processor as you learn to do when you learn its assembly language, it is very interesting to see how that all works in C.)
GCC Compiler

Evaluation Board Data

CC3100 SimpleLink Wi-Fi Family

Robot Information

  • HSR-1425CR Continuous Rotation Servo Datasheet
  • Schematics These are rather crude schematics of the robot circuit board. There are two cuts and jumps that are not reflected, at least on the last one. The effect is to change the photo transistors from a common emitter to a common collector configuration. You can see the change scratched in just below the word Fairchild on the hand drawn schematic. Basically the resistor and photo transistor are reversed in order. I believe both photo transistors are swapped to common collector configuration.