StoreRegister
[value] → [value]

Abstract AS2

// {
//   action: "store-register",
//   register: 0
// }
@push(@r0 = @pop());
// {
//   action: "store-register",
//   register: 1
// }
@push(@r1 = @pop());

Adobe documentation

ActionStoreRegister

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.

FieldTypeComment
ActionStoreRegisterACTIONRECORDHEADERActionCode = 0x87
RegisterNumberUI8

ActionStoreRegister parses register number from the StoreRegister tag.