Next: Instruction sublof, Previous: Instruction addlof, Up: Integer overflow checking instructions. [Contents][Index]
Synopsys:
subiof
Push 1 on the stack if subtracting the given two signed integer values would overflow. Push 0 on the stack otherwise.
Stack: ( INT INT -- INT INT INT )
( INT INT -- INT INT INT )