home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 5.ddi / MWHC.005 / U2 < prev    next >
Encoding:
Text File  |  1992-12-09  |  473 b   |  20 lines

  1.  
  2. ;
  3. ; (C) Copyright 1987-1990;    MetaWare Incorporated
  4. ;
  5. ; CHIP86.INC - information specific to the 8086 chip.
  6. ; .286c         -- DO NOT ADD THESE;
  7. ; .286p
  8. ; .287
  9. ; otherwise fwaits will be omitted and it won't work for the 8086/8087.
  10. Word_size = 2          ; Word size for the 86;
  11. eax     equ     ax
  12. ebx     equ     bx
  13. ecx     equ     cx
  14. edx     equ     dx
  15. edi     equ     di
  16. esi     equ     si
  17. esp     equ     sp
  18. ebp     equ     bp
  19. movzx   equ     mov
  20.