Assembly Language Programming: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
*[[Code Examples from Class]] |
*[[Code Examples from Class]] |
||
*[http://www.microbuilder.eu/Tutorials/LPC2148.aspx Using the I/O on the LPC2148] |
*[http://www.microbuilder.eu/Tutorials/LPC2148.aspx Using the I/O on the LPC2148] |
||
*[http://www.nxp.com/documents/application_note/AN10216.pdf I2C Interfacing and comparison of serial protocols] |
Revision as of 18:03, 1 December 2013
Useful Links for the Assembly Language Programming Class
- Dr. Aamodt's Assembly Language Web Page
- ARM Assembly Language Programming, a free book by Knaggs and Welsh (2004 Edition). This book is quite useful. It is a better as a reference than our text.
- Another text in html format.
- The ARM Instruction Set, a good reference work.
- Knaggs and Welsh (2008 Edition).
- ARM Instruction Set Quick Finder
- ARM Instructions Quick Reference Card
- This reference tells in more detail what happens to the flags, etc. for each instruction.
- Code Examples from Class
- Using the I/O on the LPC2148
- I2C Interfacing and comparison of serial protocols