Instruction manual
1070 072 163-101 (97.11) GB
Appendix 11-5
; OR branch
A -SCHRITT4 ; Group criterion for step 4
O -SCHRITT6 ; Group criterion for step 6
O -SCHRITT7 ; Group criterion for step 7
O -SCHRITT8 ; Group criterion for step 8
= -WSB ; Step is completed, continue with -VERZW branching
; Transferring step number for further processing
A -LOG1 ; In each step, use log. 1 to
RC -VERZW ; set decision counter to definite 0.
A -SCHRITT4 ; Group criterion for step 4.
L K4,A ; Load constant with step number,
SC A,-VERZW ; and transfer to decision counter.
A -SCHRITT6 ; Group criterion for step
L K6,A ; Load constant with step number,
SC A,-VERZW ; and transfer to decision counter.
:
A -SCHRITT7 ; Group criterion for step 7
L K7,A ; Load constant with step number,
SC A,-VERZW ; and transfer to decision counter.
:
A -SCHRITT8 ; Group criterion for step 8
L K8,A ; Load constant with step number,
SC A,-VERZW ; and transfer to decision counter.
L -VERZW,A ; Load constant with step number,
T A,-VERZW ; and transfer to branching marker.
EM