$REGFILE
Action
Instructs the compiler to use the specified register file.


Syntax
$REGFILE = "file"

Remarks

file The name of the register file to use.
The $REGFILE statement must be placed before any other executable statements or compiler directives.


See also

Example
'comment is no problem before the $REGFILE statement

$REGFILE = "8052.DAT" 'use the 8052.DAT file