home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / TemaCD / Hackman / _SETUP.1 / moduleh.dat < prev    next >
Text File  |  1998-09-13  |  849b  |  26 lines

  1. <HLT>
  2. [1]
  3. "HLT: Halt"
  4. ""
  5. "Stops instruction execution and places the processor in a HALT state. An enabled interrupt, NMI, or a reset will resume execution. If an interrupt (including NMI) is used to resume execution after a HLT instruction, the saved instruction pointer (CS:EIP) points to the instruction following the HLT instruction."
  6. "The HLT instruction is a privileged instruction. When the processor is running in protected or virtual-8086 mode, the privilege level of a program or procedure must be 0 to execute the HLT instruction."
  7. [2]
  8. "Enter Halt state;"
  9. [3]
  10. "None."
  11. [4]
  12. "Protected Mode Exceptions"
  13. ""
  14. "#GP(0) If the current privilege level is not 0."
  15. ""
  16. "Real-Address Mode Exceptions"
  17. ""
  18. "None."
  19. ""
  20. "Virtual-8086 Mode Exceptions"
  21. ""
  22. "#GP(0) If the current privilege level is not 0."
  23. [5]
  24. "F4 HLT Halt"
  25. [6]
  26. </HLT>