0x62
1 → 1
5
@t0 = @pop();
@push(@pop() ^ @t0);
ActionBitXor pops two numbers off of the stack, performs a bitwise XOR, and pushes an S32 number to the stack.
The arguments are converted to 32-bit unsigned integers before performing the bitwise operation. The result is a SIGNED 32-bit integer.
Field | Type | Comment |
---|---|---|
ActionBitXor | ACTIONRECORDHEADER | ActionCode = 0x62 |
ActionBitXor does the following: