1.2.4 Types of Programming Language: Assembly
Across
- 4. A name used for a single executable machine language instruction.
- 6. The lowest-level programming language and the only languages understood by computers.
- 8. An instruction set which enables the user to create a program using mnemonics.
- 9. An addressing mode where the address given by adding the base address to the value in special register.
- 10. A low-level programming language for a computer.
Down
- 1. An addressing mode operands of the instruction contain the memory address where the data is stored.
- 2. A group of commands for a CPU in machine language.
- 3. An addressing mode where the data to be used is hard-coded the operands of the instruction itself.
- 5. An addressing mode where the operands give a location in memory, where there is another memory address to locate the data.
- 7. It may be a processor register, a memory address, a literal constant, or a label.