Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
509 B

  1. ; SCCSID = @(#)mi.asm 1.1 85/04/10
  2. BREAK <Machine instruction, flag definitions and character types>
  3. mi_INT EQU 0CDh
  4. mi_Long_JMP EQU 0EAh
  5. mi_Long_CALL EQU 09Ah
  6. mi_Long_RET EQU 0CBh
  7. mi_Near_RET EQU 0C3h
  8. ; xxxxoditszxaxpxc
  9. f_Overflow EQU 0000100000000000B
  10. f_Direction EQU 0000010000000000B
  11. f_Interrupt EQU 0000001000000000B
  12. f_Trace EQU 0000000100000000B
  13. f_Sign EQU 0000000010000000B
  14. f_Zero EQU 0000000001000000B
  15. f_Aux EQU 0000000000010000B
  16. f_Parity EQU 0000000000000100B
  17. f_Carry EQU 0000000000000001B