Specifications
5-8 Programmer’s Guide Sega
Psy-Q Development System
MACROS
Description The MACROS directive allows the entry of a single line of code as a macro, with no
associated ENDM directive. The single line of code can be a control structure
directive.
Syntax Label MACROS [symbol,..symbol]
See Also MACRO
Remarks The MACROS directive may be used to stand in for a single, complex code line.
Often, the short macro allows the programmer to synthesise a directive from another
assembler. Including the /k option on the command line will cause several macros
emulating foreign directives to be generated.
Examples
if 0
boom macros
bsr boom1
else
boom macros
move.w #blowup-tactbase,
&slot_tactic(1)
endif