What do you mean by Assembly Language?
September 25, 2024
- 1. A symbolic representation of the machine language of a specific processor.
- 2. Is converted to machine code by an assembler.
- 3. Usually, each line of assembly code produces one machine instruction.
- 4. Programming in assembly language is slow and error-prone but is more efficient in terms of hardware performance.
- 5. Mnemonic representation of the instructions and data
Example:
Load Price
Add Tax
Store Cost