Specifications

Saturn Error Messages A
-7
Psy-Q Development System
Illegal value (%l) for offset in CNOP
Illegal value for base in INSTR
Initialised data in BSS section
BSS sections must be uninitialised
Instruction moved to even address
Warning that a padding byte was inserted
Label '%n' multiply defined
LOCAL can only be used inside a macro
LOCAL statement found outside macro
Local labels may not be strings
@x EQUS ... is illegal
Local symbols cannot be XDEF'd/XREF'd
MEXIT illegal outside of macros
Missing '(' in function call
Missing ')' after function parameter(s)
Missing ')' after file name
In FILE attribute
Missing closing bracket in expression
Missing comma in list of case options
In =... case selector
Missing comma in XDEF/XREF list
MODULE has no corresponding MODEND
Module may not end until macro/loop expansion is complete
If a loop / macro call starts inside a module then there must not be a MODEND until
the loop / macro call finishes
Module must end before end of macro/loop expansion - MODEND
inserted
A module started inside a loop / macro call must end before the loop / macro call
does