231
Instruction
OFF execution time (
µs)ON execution time (µs)
Conditions
DEC(39) When decrementing a word 82 2.25
When decrementing *DM
167
STC(40) --- 27 1.5
CLC(41) --- 27 1.5
MSG(46) --- 98 2.25
LMSG(47) Constant for SV 290 3.75
*DM for SV
367
TERM(48) --- 161 3.75
SYS(49) --- 2 3.75
ADB(50) Constant + word b word 144 3.75
*DM + *DM b *DM
393
SBB(51) Constant – word b word 147 3.75
*DM – *DM b *DM
396
MLB(52) Constant x word b word 205 3.75
*DM x *DM b *DM
452
DVB(53)
Word ÷ constant b word
476 3.75
*DM ÷ *DM b *DM
704
ADDL(54) Word + word b word 243 3.75
*DM + *DM b *DM
491
SUBL(55) Word – word b word 255 3.75
*DM – *DM b *DM
504
MULL(56) Word x word b word 1.14 ms 3.75
*DM x *DM b *DM
1.39 ms
DIVL(57)
Word ÷ word b word
3.25 ms 3.75
*DM ÷ *DM b *DM
3.39 ms
BINL(58) When converting words to words 350 3
When converting *DM to *DM
511
BCDL(59) When converting words to words 588 3
When converting *DM to *DM
750
CMPL(60) When comparing words to words 380 3.75
When comparing *DM to *DM
543
CTW(63) When transferring from words to a word 670 3.75
When transferring *DM to *DM
923
WTC(64) When transferring from a word to words 807 3.75
When transferring *DM to *DM
1.07 ms
HTS(65) Word to word 859 3.75
*DM to *DM
1.00 ms
STH(66) Word to word 744 3.75
*DM to *DM
889
BCNT(67) When counting 1 word 502 3.75
When counting 1,000 words using *DM
100 ms
Instruction Execution Times Section 6-3