Next: Instruction iosize, Previous: Instruction popios, Up: IOS related instructions [Contents][Index]
Synopsys:
ioflags
Push an unsigned 64-bit integer with the flags of the given IO space on the stack. The IO space is identified by a descriptor, which is a signed integer. If the given IO space doesn’t exist, raise PVM_E_NO_IOS.
Stack: ( INT -- INT ULONG )
Exceptions: PVM_E_NO_IOS