Brain Dump

Assembly Languages

Tags
comp-sci

Are programming languages one step ahead of machine language. Initially assembly instructions were just mnemonic short-codes for the equivalent machine instructions. Later support for macro-instructions were added to support parameterized shorthands for frequently used instructions (or subroutines).