Specifications
4-8 Programmer’s Guide Sega
Psy-Q Development System
REG
Description Defines a symbol as an alternative for a list of data registers or address registers.
Syntax symbol name REG list
See Also EQUR
Remarks
• As with EQUR, the main purpose of the REG directive is to improve the overall
readability of the code.
• Likewise, dots are not permitted in the symbol name of a REG.
Examples Windset reg d0-d7/a1-a2
...
lea camwind\w,a0
movem.w (a0),Windset
movem.w Windset,minx\w
lea camcliplist,a3
bsr setcliplist