Changes
From Final Fantasy Inside
Created page with "* Opcode: '''0x050''' * Name: push shl * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collap..."
* Opcode: '''0x050'''
* Name: push shl
* Two-word opcode: No
==== 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
|-
| Stack
| A
| Value to shift
|-
| Stack
| B
| Positions to shift
|}
==== Notes ====
Pushes A << B to the stack.
* Name: push shl
* Two-word opcode: No
==== 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
|-
| Stack
| A
| Value to shift
|-
| Stack
| B
| Positions to shift
|}
==== Notes ====
Pushes A << B to the stack.