INDEX
Index
Symbols |
|
#imm |
|
Immediate Addressing (#imm) | 41 |
#k |
|
Vector Addressing (#k) | 42 |
@EP |
|
Pointer Addressing (@EP) | 41 |
@IX+off |
|
Index Addressing (@IX+off) | 41 |
Numerics |
|
|
|
Arrangement of | 13 |
A |
|
A |
|
Accumulator (A) | 18 |
Example of Operation of Accumulator (A) and |
|
Temporary Accumulator (T) in Byte Data |
|
Processing | 21 |
Accumulator |
|
Accumulator (A) | 18 |
Example of Operation of Accumulator (A) and |
|
Temporary Accumulator (T) in Byte Data |
|
Processing | 21 |
ADDC |
|
ADDC (ADD Byte Data of Accumulator and Memory | |
with Carry to Accumulator) | 50 |
ADDC (ADD Byte Data of Accumulator and |
|
Temporary Accumulator with Carry to |
|
Accumulator) | 48 |
ADDCW |
|
ADDCW (ADD Word Data of Accumulator and |
|
Temporary Accumulator with Carry to |
|
Accumulator) | 52 |
Addressing |
|
Memory Space and Addressing | 7 |
AND |
|
AND (AND Byte Data of Accumulator and Memory | |
to Accumulator) | 56 |
AND (AND Byte Data of Accumulator and |
|
Temporary Accumulator to Accumulator) |
|
........................................................... | 54 |
ANDW |
|
ANDW (AND Word Data of Accumulator and |
|
Temporary Accumulator to Accumulator) |
|
........................................................... | 58 |
B |
|
BBC |
|
BBC (Branch if Bit is Clear) | 60 |
BBS |
|
BBS (Branch if Bit is Set) | 62 |
BC |
|
BC (Branch relative if C=1)/BLO (Branch if LOwer) | |
........................................................... | 64 |
BEQ |
|
BZ (Branch relative if Z=1)/BEQ (Branch if Equal) | |
........................................................... | 78 |
BGE |
|
BGE (Branch Great or Equal: relative if larger than or | |
equal to Zero) | 66 |
254