I have a code i want to know what does the instruction SLR perform in that I know that the instructions subtracts the right four in operand 2 with operand one and stores in opreand one
IF EQ
BCTR R0,0 SET TRUE
MVI T360DAYS,C'Y'
ZAP TFDAYS,=P'360'
ELSE
SLR R0,0 DEFAULT TO FALSE
JOIN
BCTR R0,0 SET TRUE
MVI T360DAYS,C'Y'
ZAP TFDAYS,=P'360'
ELSE
SLR R0,0 DEFAULT TO FALSE
JOIN
R0 has the value 4.
I want to know the what the instruction does in the code