Specifications

Saturn General Assembler Directives 4-11
Psy-Q Development System
RSRESET
Description Sets the __RS variable to zero.
Syntax RSRESET [value]
See Also RS, RSSET
Remarks
Using this directive is the normal way to initialise the __RS counter at the start of
a new data structure.
The optional parameter is provided for compatibility with other assemblers; if
present, RSRESET behaves like the RESET directive.
Examples See the RS directive