USR

A function which allows a machine code routine to return a value directly.

As with CALL, the processor's registers are initialised as follows:

USR returns a 32-bit integer result composed of the processor's H, L, H' and L' registers, with H being the most significant.

Syntax

<n-var>=USR(<numeric>)

Associated Keywords