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
|