Unconditionally jump to the indicated instruction.
Note: The branch offset may not be 0. (A spin loop may be legally constructed either with goto/32 or by including a nop as a target before the branch.)
Op & Format | Mnemonic / Syntax | Arguments |
---|---|---|
28 10t | goto +AA | A: signed branch offset (8 bits) |
None.