Specifications
9-2 Programmer’s Guide Sega
Psy-Q Development System
OPT
Description This directive allows Assembler options to be enabled or disabled in the application
code. See ‘Assembler Options’ below for a full listing.
Syntax OPT option,..option
See Also PUSHO, POPO
Remarks
• An option is turned on and off by the character following the option code:
+ (plus sign) = ON
- (minus sign) = OFF
• Options may also be enabled or disabled by using the /O switch on the Assembler
command line - see Command Line Syntax, chapter 2.
Examples opt an+,l:+,e-
opt oaq+,osq+,ow+