Specifications
9-6 Programmer’s Guide Sega
Psy-Q Development System
PUSHO and POPO
Description The PUSHO directive saves the current state of all the assembler options; POPO
restores the options to their previous state. They are used to make a temporary
alteration to the state of one or more options.
Syntax PUSHO
POPO
See Also OPT
Examples pusho
opt ws+, c+
SetAlts = height * time
SETALTS dc.w 256 * SetAlts
popo
LIST and NOLIST
Description The NOLIST directive turns off listing generation; the LIST directive turns on the
listing.
Syntax NOLIST
LIST indicator
where indicator is a plus sign (+) or a minus sign (-).