11.17 SVCREQ 18: Read I/O Override Status
Use SVCREQ 18 to check for any overrides in the CPU's %I and %Q memories.
11.17.1 Output Parameter Block for SVCREQ 18
This function has an output parameter block only. Its length is 1 word.
address 0 = No overrides are set.
1 = Overrides are set.
11.17.2 Example of SVCREQ 18
The following SVCREQ reads the status of I/O overrides memory into location %R1003.
The equality function checks %R1003 to see if it is equal to (the constant) 1. If it is, the
equality function turns on output %T0001.
CONST
00018
SVC_
REQ
FNC
PARM
%R1003
%I0001
I1
I2
Q
EQ_
INT
%R1003
CONST
00001
%T0001
The Service Request Function GFK-1503E User Manual 219
For public disclosure