home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / misc / emu / z80 / envdata.i < prev    next >
Text File  |  1993-12-21  |  423b  |  20 lines

  1.     IFND ENVDATA_I
  2. ENVDATA_I SET 1
  3. ** The envdata structure offsets. Make sure they match the C struct
  4. ** 'Z80_Envdata' defined in defs.h !
  5. **
  6. ** This file is used when compiling both the asm.a file of the shell
  7. ** program and the machine-specific instructions of the emulator itself.
  8.  
  9.     RSRESET
  10. Envd_Kbd    rs.b    8
  11.  
  12.     IFD VERBOSE
  13.     LIST
  14. ** Defined Envdata structure. Size:
  15. Z80_ENV_SIZE    EQU    __RS
  16.     NOLIST
  17.     ENDC
  18.  
  19.     ENDC ;IFND ENVDATA_I
  20.