Texas Instruments MSP50C6xx Calculator User Manual


 
Instruction Classification
4-23Assembly Language Instructions
Table 411. Symbols and Explanation (Continued)
Symbol Explanation
next A Accumulator control bits as described in Table 46.
[next A] The preincrement (++A) or predecrement (––A) operation on accumulator pointers An or An~.
Not NOT condition on conditional jumps, conditional calls or test flag instructions.
n
R
Value in the repeat counter loaded by repeat instruction.
n
s
Value in string register STR.
offset[n] n bit offset from a reference register.
pma[n] n bit program memory address. For example, pma8 means 8-bit program memory address. If n
is not specified, defaults to pma16.
port[n] n bit I/O port address.
R Rx registers are treated as general-purpose registers. These bits are not related to any addres-
sing modes.
Rx Indirect register bits as described in Table 43.
s Represents string mode if 1, otherwise normal mode.
x Dont care
Instructions on the MSP50P614/MSP50C614 are classified based on the op-
erations the instruction group performs (see Table 411). Each instruction
group is referred to as a class. There are 9 instruction classes. Classes are
subdivided into subclasses. Classes and opcode definitions are shown in
Table 411.
Table 411. Instruction Classification
Class Sub-
Class
Description
1 Accumulator and memory reference instructions
A Accumulator and memory references with or without string operations and accumulator
preincrementing
B Accumulator and memory references with or without string operations
2 Accumulator constant reference
A Short constant to accumulator
B Long constant to accumulator
3 Accumulator reference instructions with no addressing modes