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