Action
Assigns a word variable with the address of a label.
Syntax
Var = LOADLABEL(label )
Remarks
var |
The variable that is assigned with the address of the label. |
lbl |
The name of the label |
In some cases you might need to know the address of a point in your program. To perform a Cpeek() for example.
You can place a label at that point and use LoadLabel to assign the address of the label to a variable.