Index Register To Accumulator Instructions

This section describes instructions which involve an operation between an index register and the accumulator.

Instructions in this class occupy one byte as follows:

../../_images/idx-acc-diag.png

Code

Description

ADD

Add REG plus carry bit to the accumulator.

SUB

Subtract REG from accumulator with borrow.

LD

Load accumulator from REG.

XCH

Exchange the contents of accumulator and REG.