	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
