Term
|
Definition
Load Accumulator or Index Register |
|
|
Term
|
Definition
Store Accumulator or Index Register in Memory |
|
|
Term
|
Definition
Add memory to Accumulator |
|
|
Term
|
Definition
Add Accumulator B to Accumulator A (or X) |
|
|
Term
|
Definition
Subtract memory from Accumulator |
|
|
Term
|
Definition
Subtract Accumulator B from Accumulator A |
|
|
Term
INC, INCA, INCB, INX, INY |
|
Definition
Increment memory (or register) |
|
|
Term
DEC, DECA, DECB, DEX, DEY |
|
Definition
Decrement memory (or register) |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
adds the value to Accumulator A taking into account the current value of the Carry Flag. |
|
Definition
ADCA (ADCB for accumulator B) |
|
|
Term
Set the Carry Flag (Overflow Flag) |
|
Definition
|
|
Term
Clear the Carry Flag (Overflow Flag) |
|
Definition
|
|
Term
Test memory (or Accumulator) |
|
Definition
|
|
Term
Branch if Carry Flag Set (Clear) |
|
Definition
|
|
Term
Branch if Overflow Flag Set (Clear) |
|
Definition
|
|
Term
Branch if Zero Flag Set (Clear) |
|
Definition
|
|
Term
Branch if Negative Flag Set (Clear) |
|
Definition
|
|
Term
|
Definition
|
|
Term
Branch if greater than (signed) |
|
Definition
|
|
Term
Branch if greater than or equal to (signed) |
|
Definition
|
|
Term
Branch if less than or equal to (signed) |
|
Definition
|
|
Term
Branch if less than (signed) |
|
Definition
|
|
Term
Branch if lower than (unsigned) |
|
Definition
|
|
Term
Branch if lower than or same (unsigned) |
|
Definition
|
|
Term
Branch if higher than or same (unsigned) |
|
Definition
|
|
Term
Branch if higher than (unsigned) |
|
Definition
|
|
Term
logical ending to program |
|
Definition
|
|
Term
Assign a meaningful label to a memory location |
|
Definition
|
|
Term
Allocate and fill sequential memory bytes |
|
Definition
|
|
Term
Allocate and fill sequential memory double bytes |
|
Definition
|
|
Term
Set the current memory location. This location is used to place subsequent bytes of code in memory. |
|
Definition
|
|
Term
Allocate (but don’t fill) memory bytes |
|
Definition
|
|