UMBC CMSC 391 -- Programming Microcontrollers  


Learning Process for Assembly Language

Our author definds the Learning Process for Assembly Language:

QUOTE

  1. Learn about CPU architecture (internal register arrangement).
  2. Learn a set of CPU assembly language instructions.
  3. Learn how to use a personal computer and its host operating system.
  4. Learn how to use a text editor program.
  5. Learn how to use an assembler program.
  6. Learn how to use a debugger program.
  7. Practice writing and running small programs until proficient.
  8. Add new assembly language instructions and master their use.
  9. Continue to write larger and more complicated programs.
UNQUOTE


©2004, Gary L. Burt