Page 1 of 1

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

Posted: Wed Mar 31, 2021 11:18 am
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