GO $X,$Y,Z |
GO $X,$Y,$Z |
Specification:
u($X) | ← @+4 |
@ | ← $Y + Z |
Timing:
3υ
Description:
Unconditional jump to Address $Y+$Z, respectively $Y+Z. The target address is rounded down to a multiple of 4. The address of the next instruction is stored as return address in $X. The instruction can be used to link subroutines or coroutines.
See also: