home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 2
/
FFMCD02.bin
/
new
/
misc
/
emu
/
z80
/
envdata.i
< prev
next >
Wrap
Text File
|
1993-12-21
|
423b
|
20 lines
IFND ENVDATA_I
ENVDATA_I SET 1
** The envdata structure offsets. Make sure they match the C struct
** 'Z80_Envdata' defined in defs.h !
**
** This file is used when compiling both the asm.a file of the shell
** program and the machine-specific instructions of the emulator itself.
RSRESET
Envd_Kbd rs.b 8
IFD VERBOSE
LIST
** Defined Envdata structure. Size:
Z80_ENV_SIZE EQU __RS
NOLIST
ENDC
ENDC ;IFND ENVDATA_I