Specifications

5-4 Programmer’s Guide Sega
Psy-Q Development System
Example Credits macro
dc.w \1,\2
dc.b \3
dc.b 0
even
endm
...
Credits 11,10,<Psy-Q, from Psygnosis>
• Continuation Lines - when invoking a macro, it is possible that the parameter list
will become overlong. As with any directive statement, the line can be terminated
by an ampersand (&) and continued on the next line to improve readability.
Example chstr macro
rept narg
dc.b k_\1
shift
endr
dc.b 0
even
endm
...
cheatstr chstr i,c,a,n,b,a,r,e,l,y,&
s,t,a,n,d,i,t