Nocash/no$zx emulator - how to use INCLUDE file

Emulator and emulator development specific topics
Post Reply
David G
Posts: 387
Joined: Thu Jul 17, 2014 7:58 am
Location: 21 North, 156 West

Nocash/no$zx emulator - how to use INCLUDE file

Post by David G »

NO$ZX 2.0 emulator seems to be based on A22i assembler, which supports an include directive

Code: Select all

.INCLUDE TEST.INC
however it returns a FATAL error. Any ideas?

the include file has one line:

Code: Select all

ZX_U_ARROW EQU 70H
that works fine if it is typed into the ASM file directly
Post Reply