Assembly

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