English
Language : 

455A Datasheet, PDF (88/148 Pages) Renesas Technology Corp – SINGLE-CHIP 4-BIT CMOS MICROCOMPUTER
455A Group
MACHINE INSTRUCTIONS (INDEX BY ALPHABET)
A n (Add n and accumulator)
Instruc-
tion
code
D9
D0
0 0 0 1 1 0 n n n n 2 0 6 n 16
Number of
words
1
Number of
cycles
1
Flag CY
-
Skip condition
Overflow = 0
Opera- (A) ← (A) + n
tion: n = 0 to 15
Grouping: Arithmetic operation
Description: Adds the value n in the immediate field to register A, and
stores a result in register A.
The contents of carry flag CY remains unchanged.
Skips the next instruction when there is no overflow as the
result of operation.
Executes the next instruction when there is overflow as the
result of operation.
AM (Add accumulator and Memory)
Instruc-
tion
code
D9
D0
0 0 0 0 0 0 1 0 1 0 2 0 0 A 16
Number of
words
1
Number of
cycles
1
Flag CY
-
Skip condition
-
Opera- (A) ← (A)Å{(M(DP))
tion:
Grouping: Arithmetic operation
Description: Adds the contents of M(DP) to register A.
Stores the result in register A. The contents of carry flag
CY remains unchanged.
AMC (Add accumulator, Memory and Carry)
Instruc-
tion
code
D9
D0
0 0 0 0 0 0 1 0 1 1 2 0 0 B 16
Number of
words
1
Number of
cycles
1
Flag CY
0/1
Skip condition
-
Opera- (A) ← (A) + (M(DP)) + (CY)
tion: (CY) ← Carry
Grouping: Arithmetic operation
Description: Adds the contents of M(DP) and carry flag CY to register
A. Stores the result in register A and carry flag CY.
AND (logical AND between accumulator and memory)
Instruc-
tion
code
D9
D0
0 0 0 0 0 1 1 0 0 0 2 0 1 8 16
Number of
words
1
Number of
cycles
1
Flag CY
-
Skip condition
-
Opera- (A) ← (A) AND (M(DP))
tion:
Grouping: Arithmetic operation
Description: Takes the AND operation between the contents of register
A and the contents of M(DP), and stores the result in regis-
ter A.
Rev.1.01 Feb 15, 2008 Page 88 of 146
REJ03B0224-0101