Specifications
3-12 Programmer’s Guide Sega
Psy-Q Development System
ALIAS and DISABLE
Description These directives allow the programmer to avoid a conflict between the reserved
system names of constants and functions and the programmer's own symbols.
Symbols can be renamed by the ALIAS directive and the original names
DISABLE'd, rendering them usable by the programmer.
Syntax newname ALIAS name
DISABLE name
Remarks Symbolic names currently known to the Assemblers may be ALIASed and
DISABLEd. However, these directives must not be used to disable Assembler
directives.
Examples _Offset alias offset
disable offset
...
_Offset dc.w _Offset(Lab)
offset dc.w *-pointer