|
Get the absolute address of the label refered to by the LOOP or JUMP instruction.
Note, that the label must already be defined. This makes sense, as there's no branching constructions in the RCU language, so it makes little sense to jump to a later instrustion. Note, that the label is set by the lexical analyser, so no arguments need be passed to this function. - Returns:
- The absolute address of the label.
|