UMBC
CMSC 391 -- Programming Microcontrollers
Learning Process for Assembly Language
Our author definds the Learning Process for Assembly Language:
QUOTE
Learn about CPU architecture (internal register arrangement).
Learn a set of CPU assembly language instructions.
Learn how to use a personal computer and its host operating system.
Learn how to use a text editor program.
Learn how to use an assembler program.
Learn how to use a debugger program.
Practice writing and running small programs until proficient.
Add new assembly language instructions and master their use.
Continue to write larger and more complicated programs.
UNQUOTE
©2004, Gary L. Burt