home *** CD-ROM | disk | FTP | other *** search
-
- ;
- ; (C) Copyright 1987-1990; MetaWare Incorporated
- ;
- ; CHIP86.INC - information specific to the 8086 chip.
- ; .286c -- DO NOT ADD THESE;
- ; .286p
- ; .287
- ; otherwise fwaits will be omitted and it won't work for the 8086/8087.
- Word_size = 2 ; Word size for the 86;
- eax equ ax
- ebx equ bx
- ecx equ cx
- edx equ dx
- edi equ di
- esi equ si
- esp equ sp
- ebp equ bp
- movzx equ mov
-