Operator`s manual

SECTION 8. PROCESSING AND PROGRAM CONTROL EXAMPLES
8-17
11: P46 Z=X MOD F
01: 4-- X Loc
02: 360 F
03: 4-- Z Loc :
12: P48 Z=SIN(X)
01: 4-- X Loc
02: 8-- Z Loc :
13: P95 End
14: P53 Scaling Array (A*loc +B)
01: 8 Start Loc :
02: 4 A1
03: 0 B1
04: 6 A2
05: 0 B2
06: 9 A3
07: 0 B3
08: 11 A4
09: 0 B4
15: P30 Z=F
01: 0 F
02: 12 Z Loc :
16: P87 Beginning of Loop
01: 0 Delay
02: 4 Loop Count
17: P33 Z=X+Y
01: 8-- X Loc
02: 12 Y Loc
03: 12 Z Loc :
18: P95 End
19: P37 Z=X*F
01: 12 X Loc
02: 1 F
03: 284-- Z Loc :
20: P95 End
21: P95 End
22: P End Table 3
* A Mode 10 Memory Allocation
01: 2500 Input Locations
02: 270 Intermediate Locations