T.I.M | ISA Specification
 All Pages
CALLI

Description

Set the program counter to the value of the immediate after copying the PC into the link register.

Register Access

Has no explicit source or destination registers. It only implicitly sets the value of the program counter and the link register.

Memory Layout

This is a 4 byte instruction with 23 bits representing the immediate.

Opcode | Condition Code | Relative? | Immediate
001000 | 00 | 0/1 | III IIII IIII IIII IIII IIII

Assembly Code Examples

CALL 0xA0 ; Absoloute jump to 0xA0
CALL 0x3
CALL 0x5
See Also
Instructions Quick Reference, JUMPR, CALLI, CALLR