Who Programs in Assembly Language?
  • Most programming today is done in a high-level language (e.g. C++). However, there are some programs that are written in assembly code.
    • critical parts of an operating system (e.g. device drivers)
    • run-time library routines (e.g. printf)
    • embedded applications
Chapter 3: Instructions: Language of the Machine - 8 of 35