Specifications
A-2 Programmer’s Guide Sega
Psy-Q Development System
Assembler Error Messages
Assembler Messages:
'%n' cannot be used in an expression
%n will be the name of something like a macro or register
'%n' is not a group
Group name required
'%n' is not a section
Section name expected but name %n was found
Alignment cannot be guaranteed
Warning of attempt to align that cannot be guaranteed due to the base alignment of
the current section
Alignment's parameter must be a defined name
In call to alignment( ) function
Assembly failed
Text of the FAIL statement
Bad size on opcode
E.g. attempt to use .b when only .w is allowed
Branch (%l bytes) is out of range
Branch too far
Branch to odd address
Warning of branch to an odd address
Cannot POPP to a local label
E.g. POPP @x
Cannot purge - name was never defined
Case choice expression cannot be evaluated
On case statement
Code generated before first section directive
Code generating statements appeared before first section directive
Could not evaluate XDEF'd symbol
XDEF'd symbol was equated to something that could not be evaluated