Specifications
3-2 Programmer’s Guide Sega
Psy-Q Development System
Format of Statements
Assembler statements are formatted as follows:
Name or Label Directive Operand
The following syntactical rules apply:
• Individual fields are delimited by spaces or tabs.
• Overlong lines can be split by adding an ampersand (&); the next line is then
taken as a continuation.
• Lines with an equals (=) sign as the first character are considered to be the case
options of a CASE statement - see Flow Control, chapter 4.
• Comment Lines:
• comments normally follow the operand, and start with a semicolon (;).
• lines which consist of space or tab characters are treated as comments.
• a complete line containing characters other than space or tabs is treated as
a comment, if it starts with a semicolon or asterisk.