Assembly
Across
- 2. T/F all assembly code contains a bss segment.
- 5. Segment containing actual code.
- 9. Memory model dividing system memory into segments.
- 11. Flip bits then add 1.
- 13. Four bits
- 14. Register implicitlty used by loop op-code.
- 15. 1 of 3 main category of IA-32 registers.
- 17. Used to store the higher 32-bit result of mul instruction using a 32-bit source.
- 19. Segment containing data and return addresse of subroutines.
- 20. Flag bit used by assembly to do the JE conditional jump.
Down
- 1. Defines numeric constants in assembly; allows for later redefinition.
- 3. Flag bit number set when previous operation resulted in a set highest order bit.
- 4. Commands in assembly not part of the instruction set.
- 6. Functions like the AND but does not change value in dest.
- 7. Addressing mode used to specify constant values in instructions.
- 8. Storage space (in bits) is allocated by the dt directive.
- 10. Register used to indicate the system call number.
- 12. OS component always running.
- 16. When using the div instruction with a 16-bit divisor, the remainder is stored in ...
- 18. The aas operation assume operand is in ....