1.2.4 Types of Programming Language: Assembly

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