0x3f
1 → 1
5
Note: A better name would be remainder
instead of modulo
, due to sign-sensibility.
@t0 = @pop();
@push(@pop() % @t0);
ActionModulo calculates x modulo y. If y is 0, then NaN (0x7FC00000) is pushed to the stack.
Field | Type | Comment |
---|---|---|
ActionModulo | ACTIONRECORDHEADER | ActionCode = 0x3F |
ActionModulo does the following: