Read busy flag and address

RS  R/W DB7 DB6 DB5 DB4 DB3 DB2 DB1 DB0
=== === === === === === === === === ===
 0   0   BF  A6  A5  A4  A3  A2  A1  A0 

Reads Busy flag (BF) to determine if an internal operation is in progress, and read the current address counter contents

Details
Reads the busy flag (BF) that indicates the system is now internally executing a previously received instruction. BF = 1 indicates that internal operation is in progress. The next instruction will not be accepted until BF is set to "0". Check the BF status before the next operation.

At the same time, the value of the address counter expressed in A6 A5 A4 A3 A2 A1 A0 is read out. The address counter is used by both CG and DD RAM addresses. Its current use is determined by the previous instruction.

Execution Time = 1µs


[ Back to Instruction Set ]