Changes
Jump to navigation
Jump to search
Created page with "* Opcode: '''0x200''' * Name: jump * Two-word opcode: Yes ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse:..."
* Opcode: '''0x200'''
* Name: jump
* Two-word opcode: Yes
==== Parameters ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center"
! style="background:rgb(204,204,204)" align="center" | Location
! style="background:rgb(204,204,204)" align="center" | Name
! style="background:rgb(204,204,204)" align="center" | Description
|-
| Code
| Address
| Destination address to jump to
|}
==== Notes ====
Unconditional jump to the address specified.
* Name: jump
* Two-word opcode: Yes
==== Parameters ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center"
! style="background:rgb(204,204,204)" align="center" | Location
! style="background:rgb(204,204,204)" align="center" | Name
! style="background:rgb(204,204,204)" align="center" | Description
|-
| Code
| Address
| Destination address to jump to
|}
==== Notes ====
Unconditional jump to the address specified.