Assembly language
From DocForge
| This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page. |
Assembly language is a human readable form of machine language, also know as 'assembler'.
Assembler language takes the set of valid instructions of a hardware device, and adds some convenience notations as macros, labeling, etc. to facilate the task of programming the device at the lowest level, machine language.

