98
Instruction Functions Section 2-2
2-2-25 Display Instructions
2-2-26 Clock Instructions
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
DISPLAY
MESSAGE
MSG
@MSG
046
Reads the specified sixteen words of extended ASCII and displays the
message on a Peripheral Device such as a Programming Console.
Output
Required
1119
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
CALENDAR ADD
CADD
@CADD
730
Output
Required
1122
CALENDAR
SUBTRACT
CSUB
@CSUB
731
Output
Required
1126
MSG(046)
N
M
N: Message
number
M: 1st message
word
CADD(730)
C
T
R
C: 1st calendar
word
T: 1st time word
R: 1st result word
C+1
C
C+2
T+1
T
R+1
R
R+2
Minutes Seconds
Minutes Seconds
Day Hour
Year Month
Minutes Seconds
Day Hour
Year Month
Hours
Adds time to the calendar data in the specified words.
CSUB(731)
C
T
R
C: 1st calendar
word
T: 1st time word
R: 1st result word
C+1
C
C+2
T+1
T
R+1
R
R+2
−
Minutes Seconds
Minutes Seconds
Day Hour
Year Month
Minutes Seconds
Day Hour
Year Month
Hours
Subtracts time from the calendar data in the specified words.