Set A

1234567891011121314151617181920
Across
  1. 2. Which register is not literally removed from the stack after a POPA instruction?
  2. 5. Any action done to the computer is considered as ___________.
  3. 6. It allows the programmer to choose where the processor fetches its next instruction form.
  4. 8. An instruction that retains sign of the register.
  5. 11. These are set of opcodes or hex codes to perform a specific task.
  6. 13. It is an instruction to set an output string device.
  7. 14. It indicates that only 1 data segment is used with 1 code segment, for a total of 128KB of memory.
  8. 15. It is designed to create the required data and perform all appropriate memory allocation and data formatting for little endian.
  9. 16. It is a collection of bytes, words, long words that can be up to 64KB in length.
  10. 18. In protected mode, an _________that uses 8 byte descriptors to describe each of the interrupts replaces the vector table.
  11. 20. An inteerupt that always causes an interrupt sequence when it is activated.
Down
  1. 1. It is the language only understood by the computer.
  2. 3. It indicates that it is a register to register transfer.
  3. 4. An example of this interrupt is when you divide a number by zero.
  4. 7. A directive that tells the assembler what names have been chosen for the code, data, extra, and stack segment.
  5. 9. In division, what register stores the quotient?
  6. 10. It is used to change a specific bit within the flag register and to externally synchronize the processor.
  7. 12. Which part of the machine code indicates the instruction.
  8. 17. A directive that indicates the start of the procedure.
  9. 19. What mod will direct addressing mode will be possible?