Instruction Set

1234567891011
Across
  1. 6. Opcode is written in ______________.
  2. 7. For comments we use ______________.
  3. 9. ____________ address is an instruction format that directly includes the data to be acted on as part of the instruction.
  4. 11. There are two types of _____________ jump, JZE and JNZ.
Down
  1. 1. When we need the code to jump to another location regardless we use the _____________ jump (JMP).
  2. 2. A ___________ is placed at the beginning of a statement and is used to jump to a particular instruction.
  3. 3. When the operand shows the address in another name is called the ___________ address.
  4. 4. The instruction set is divided into two, the _________ and Operand.
  5. 5. For immediate addressing we use the symbol ________ to specify immediate addressing.
  6. 8. ___________ is the part of a computer instruction that specifies what data or address.
  7. 10. ______________ address means that the operand of instruction refers directly to a location in memory.