Download TM8705 User`s Manual

Transcript
TM8705 User’s Manual
. @HL indicates an index address of data memory.
ADC# @HL
Function :
Description :
ADC* Rx
Function :
Description :
ADC* @HL
Function :
Description :
AC ← [@HL]+AC+CF, @HL ß HL + 1
The contents of @HL,AC and CF are binary-added; the result is
loaded to AC.
The content of index register (@HL) will be increment automatically
after executing this instruction.
* Carry flag (CF) will be affected.
. @HL indicates an index address of data memory.
AC, [Rx] ← [Rx]+AC+CF
The contents of Rx, AC and CF are binary-added; the result is loaded
to AC and data memory Rx.
* Carry flag (CF) will be affected.
AC,[@HL] ← [@HL]+AC+CF
The contents of @HL,AC and CF are binary-added; the result is
loaded to AC and data memory @HL.
* Carry flag (CF) will be affected.
. @HL indicates an index address of data memory.
ADC*#
@HL
Function :
AC, [@HL] ← [@HL]+AC+CF, @HL ß HL + 1
Description :
The contents of @HL,AC and CF are binary-added; the result is
loaded to AC and data memory @HL.
The content of index register (@HL) will be increment automatically
after executing this instruction.
* Carry flag (CF) will be affected.
. @HL indicates an index address of data memory.
SBC Rx
Function :
Description :
SBC @HL
Function :
Description :
AC ← [Rx]+ (AC)B+CF
The contents of AC and CF are binary-subtracted from content of Rx;
the result is loaded to AC.
. Carry flag (CF) will be affected.
AC ← [@HL]+ (AC)B+CF
The contents of AC and CF are binary-subtracted from content of
@HL; the result is loaded to AC.
. @HL indicates an index address of data memory.
* Carry flag (CF) will be affected.
109
tenx technology, inc.
Rev 1.2 2003/7/31