Computer Languages
|
Assembly Language is described as a low-level language because, for every assembly language command there will be one corresponding machine code instruction. For example, to add decimals 566 and 678 together:
Higher-level languages, such as 'C' combine several machine code instructions to make one 'C' command.
|