home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / IAPX286.H < prev    next >
Text File  |  1993-06-10  |  410b  |  18 lines

  1.  
  2. #define RPLof(s) ((s)&3)
  3. #define RPL_USER 3
  4.  
  5. #define FARJUMP8086OPCODE 0xEA
  6. #define FARCALL8086OPCODE 0x9A
  7. #define BREAKPT8086OPCODE 0xCC
  8.  
  9. #define CARRY_FLAG  0x0001
  10. #define PARITY_FLAG 0x0004
  11. #define ACARRY_FLAG 0x0010
  12. #define ZERO_FLAG   0x0040
  13. #define SIGN_FLAG   0x0080
  14. #define TRAP_FLAG   0x0100
  15. #define INTERRUPT_FLAG 0x0200
  16. #define DIRECTION_FLAG 0x0400
  17. #define OVERFLOW_FLAG  0x0800
  18.