Specifications
Saturn General Assembler Directives 4-25
Psy-Q Development System
include maths.68k
include trees.68k
include tactics.68k
entrypoint move.w #$2700,sr
lea stacktop,sp
or include d:/source/levels.asm
Note: Since a path name contains backslashes, the text in the operand of an
INCLUDE statement may be confused with the usage of text previously
defined by an EQUS directive. To avoid this, a second backslash may be used
or the backslash may be replaced by a forward slash (solidus).
Thus,
include d:\source\levels.asm
may be re-written as:
include d:\\source\levels.asm
or:
include d:/source/levels.asm