11361 |
SetLeftAnn
|
( → )
Sets left-shift annunciator.
|
1136E |
ClrLeftAnn
|
( → )
Clears left-shift annunciator.
|
11347 |
SetRightAnn
|
( → )
Sets right-shift annunciator.
|
11354 |
ClrRightAnn
|
( → )
Clears right-shift annunciator.
|
1132D |
SetAlphaAnn
|
( → )
Sets alpha annunciator.
|
1133A |
ClrAlphaAnn
|
( → )
Clears alpha annunciator.
|
11543 |
(SetLock)
|
( → )
Sets alpha mode.
|
1156C |
(ClrLock)
|
( → )
Clears alpha mode.
|
40D25 |
LockAlpha
|
( → )
Sets alpha mode, annunciators, etc.
|
40D39 |
UnLockAlpha
|
( → )
Clears alpha mode, annunciators, etc.
|
11501 |
(Lock?)
|
( → flag )
Is alpha mode set?
|
11320 |
(ClrBusyAnn)
|
( → )
Clears the busy annunciator.
|
11533 |
SetPrgmEntry
|
( → )
Sets program-entry mode.
|
1155C |
(ClrPrgmEntry)
|
( → )
Clears program-entry mode.
|
11511 |
PrgmEntry?
|
( → flag )
Is program-entry mode set?
|
3EDF2 |
(Do1st/1st+:)
|
( → :: ob1 ; (PRG mode) )
( → :: ob1 <rest> (no PRG mode) )
If in program mode, executes only the next
object after it. If not, execution continues
normally.
|
3EE1A |
Do1st/2nd+:
|
( → :: <ob1> ; (PRG mode) )
( → :: <ob2> <rest> ; (no PRG mode) )
If in program mode, executes the next object
after it. If not in program mode, executes
the rest of the stream starting at the second
object after it.
|
53976 |
SetAlgEntry
|
( → )
Sets algebraic-entry mode.
|
53984 |
ClrAlgEntry
|
( → )
Clears algebraic-entry mode.
|
53968 |
AlgEntry?
|
( → flag )
Is algebraic-entry mode set?
|
408AA |
ImmedEntry?
|
( → flag )
Returns TRUE if immediate-entry mode
(program and algebraic-entry modes cleared).
|
40E3D |
?ClrAlg
|
( → )
Clears AlgEntry mode if set.
|
40E5B |
?ClrAlgSetPr
|
( → )
Clears AlgEntry mode if set and sets
ProgramEntry mode.
|