
RR
[m]
rotate data memory right
RRA
[m]
rotate data memory right, save the result to the
accmulator
RRC
[m]
rotate data memory right with a carry
RRCA
[m]
rotate data memory right with carry, save the result to
the accumulator
SBC
A,[m]
subtract the data memory and carry from the
accumulator
SBCM
A,[m]
subtract the data memory and carry from the
accumulator, save the result in the data memory
SDZ
[m]
skip if the decrement data memory is zero
SDZA
[m]
decrement the data memory contents, save the result
to the accumulator, skip if the result is zero
SET
[m]
set the data memory
SET
[m].i
set a bit of the data memory
SIZ
[m]
skip if the increment data memory is zero
SIZA
[m]
increment te data memory-place the result in the
accumulator, and skip if zero
SNZ
[m].i
skip if bit i of the data memory is not zero
SUB
A,[m]
subtract the data memory contents from the
accumulator
SUB
A,x
subtract immediate data from the accumulator
SUBM
A,[m]
subtract the data memory contents from the
accumulator and save the result to the data memory
SWAP
[m]
swap nibbles within the data memory (except 48050)
SWAPA [m]
swap the data memory-place, save the reult in the
accumulator (except 48050)
SZ
[m]
skip if the data memory is zero
SZ
[m].i
skip if bit i of the data memory is zero
SZA
[m]
move the data memory to the accumulator, skip if zero
TABRDC [m]
move the ROM code (current page) to the TBLH and
the data memory (except 48050)
TABRDL [m]
move the ROM code (last page) to the TBLH and the
data memory (except 48050)
Appendix A Reserved Words Used By Assembler
229
Summary of Contents for HT-IDE
Page 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Page 12: ...HT IDE User s Guide 2 ...
Page 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Page 24: ...HT IDE User s Guide 14 ...
Page 70: ...HT IDE User s Guide 60 ...
Page 76: ...HT IDE User s Guide 66 ...
Page 92: ...HT IDE User s Guide 82 ...
Page 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Page 94: ...HT IDE User s Guide 84 ...
Page 148: ...HT IDE User s Guide 138 ...
Page 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Page 154: ...HT IDE User s Guide 144 ...
Page 192: ...HT IDE User s Guide 182 ...
Page 194: ...HT IDE User s Guide 184 ...
Page 218: ...HT IDE User s Guide 208 ...
Page 235: ...P a r t V Appendix Part V Appendix 225 ...
Page 236: ...HT IDE User s Guide 226 ...
Page 250: ...HT IDE User s Guide 240 ...