Code Range | 0x20 |
Pops | e: stack element (ULONG) |
Pushes | e, e (two ULONGs) |
Code Range | 0x21 |
Pops | e: stack element (ULONG) |
Pushes | – |
Code Range | 0x22 |
Pops | all the items on the stack (ULONGs) |
Pushes | – |
Code Range | 0x23 |
Pops | e2: stack element (ULONG) |
e1: stack element (ULONG) | |
Pushes | e1, e2 (pair of ULONGs) |
Code Range | 0x24 |
Pops | – |
Pushes | n: number of elements (ULONG) |
Code Range | 0x25 |
Pops | k : stack element number |
Pushes | ek: indexed element (ULONG) |
Code Range | 0x26 |
Pops | k: stack element number |
Pushes | ek: indexed element |
Code Range | 0x8a |
Pops | a, b, c (top three stack elements) |
Pushes | b, a, c (elements reordered) |