[value] → [value]
0x871 → 15
// {
// action: "store-register",
// register: 0
// }
@push(@r0 = @pop());
// {
// action: "store-register",
// register: 1
// }
@push(@r1 = @pop());
ActionStoreRegister reads the next object from the stack (without popping it) and stores it in one of four registers. If ActionDefineFunction2 is used, up to 256 registers are available.
| Field | Type | Comment |
|---|---|---|
| ActionStoreRegister | ACTIONRECORDHEADER | ActionCode = 0x87 |
| RegisterNumber | UI8 |
ActionStoreRegister parses register number from the StoreRegister tag.