home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / language / nasm20 / nasm20s / imm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  490 b   |  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.