home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / imm.h < prev    next >
Text File  |  1993-01-19  |  490b  |  13 lines

  1. /* ---------------------------------------------------------------------- */
  2. /*                   Copyright (C) 1991 by Natürlich!                     */
  3. /*                      This file is copyrighted!                         */
  4. /*                Refer to the documentation for details.                 */
  5. /* ---------------------------------------------------------------------- */
  6. #define I_LSB     0
  7. #define I_MSB     1
  8. #define I_DPOKE   2
  9. #define I_DBYTE   3
  10. #define I_FORCE   0x80
  11.  
  12.  
  13.