Previous: Instruction iogetb, Up: IOS related instructions [Contents][Index]
Synopsys:
iosetb
Each IO space has a bias associated with it, which by default is 0 bits. This bias is applied to the offset given to every read/write operation.
This instruction sets the bias associated to the given IO space. The bias is specified as an offset. If the given IO space doesn’t exist, the exception PVM_E_NO_IOS is raised.
Stack: ( OFF INT -- OFF )
Exceptions: PVM_E_NO_IOS