Next: Instruction flush, Previous: Instruction open, Up: IOS related instructions [Contents][Index]
Synopsys:
close
Close an IO space. The descriptor of the space to close is provided on the stack as a signed integer.
If the specified IO space doesn’t exist, this instruction raises PVM_E_NO_IOS. If the operation fails, it raises PVM_E_IO.
Stack: ( INT -- )
Exceptions: PVM_E_NO_IOS, PVM_E_IO