English
Language : 

GMS87C4060 Datasheet, PDF (97/102 Pages) Hynix Semiconductor – 8-BIT SINGLE-CHIP MICROCONTROLLERS
PRELIMINARY
GMS81C4040/87C4060
NO.
MNENONIC
148 ROL A
149 ROL dp
150 ROL dp + X
151 ROL !abs
152 ROR A
153 ROR dp
154 ROR dp + X
155 ROR !abs
156 SBC #imm
157 SBC dp
158 SBC dp + X
159 SBC !abs
160 SBC !abs + Y
161 SBC [dp + X]
162 SBC [dp] + Y
163 SBC {X}
164 SET1 dp.bit
165 SETA1 A.bit
166 SETC
167 SETG
168 STA dp
169 STA dp + X
170 STA !abs
171 STA !abs + Y
172 STA [dp + X]
173 STA [dp] + Y
174 STA {X}
175 STA {X}+
176 STC M.bit
177 STX dp
178 STX dp + Y
179 STX !abs
180 STY dp
181 STY dp + X
182 STY !abs
183 STYA dp
184 SUBW dp
185 TAX
186 TAY
187 TCALL n
188 TCLR1 !abs
189 TSET1 !abs
190 TSPX
191 TST dp
192 TXA
193 TXSP
194 TYA
195 XAX
196 XAY
OP
CODE
28
29
39
38
68
69
79
78
24
25
26
27
35
36
37
34
x1
0B
A0
C0
E5
E6
E7
F5
F6
F7
F4
FB
EB
EC
ED
FC
E9
F9
F8
DD
3D
E8
9F
nA
5C
3C
AE
4C
C8
8E
BF
EE
DE
BYTE
NO.
1
2
2
3
1
2
2
3
2
2
2
3
3
2
2
1
2
2
1
1
2
2
3
3
2
2
1
1
3
2
2
3
2
2
3
2
2
1
1
1
3
3
1
2
1
1
1
1
1
CYCLE
NO
2
4
5
5
2
4
5
5
2
3
4
4
5
6
6
3
4
2
2
2
3
4
4
5
6
6
3
4
6
4
5
5
4
5
5
5
5
2
2
8
6
6
2
3
2
2
2
4
4
OPERATION
Rotate left through carry
C 76543210
←←←←←←←←←
Rotate right through carry
76543210 C
→→→→→→→→→
Substract with carry
A ← A - (M) - ~(C)
Set bit : (M.bit) ← “1”
Set A.bit : (A.bit) ← “1”
Set C-flag : C ← “1”
Set G-flag : G ← “1”
Store accumulator contents in memory
(M) ← A
X-register auto-increment : (M) ← A, X ← X + 1
Store C-flag : (M.bit) ← C
Store X-register contents in memory
(M) ← X
Store Y-register contents in memory
(M) ← Y
Store YA : (dp+1)(dp) ← YA
16-bits substract without carry : YA ← YA - (dp+1)(dp)
Transfer accumulator contents to X-register : X ← A
Transfer accumulator contents to Y-register : Y ← A
Table call :
M(SP) ← (PCH), SP ← SP -1,
M(SP) ← (PCL), SP ← SP -1
PCL ← (Table vector L), PCH ← (Table vector H)
Test and clear bits with A :
A - (M), (M) ← (M) ^ ~(A)
Test and set bits with A :
A - (M), (M) ← (M) V (A)
Transfer stack-pointer contents to X-register : X ← SP
Test memory contents for negative or zero : (dp) - 00H
Transfer X-register contents to accumulator : A ← X
Transfer X-register contents to stack-pointer : SP ← X
Transfer Y-register contents to accumulator : A ← Y
Exchange X-register contents with accumulator : X fA
Exchange Y-register contents with accumulator : Y fA
FLAG
NVGBHIZC
N - - - - - ZC
N - - - - - ZC
NV - - HZC
--------
--------
-------1
--1-----
--------
--------
--------
--------
--------
NV - - H - ZC
N-----Z-
N-----Z-
--------
N-----Z-
N-----Z-
N-----Z-
N-----Z-
N-----Z-
N-----Z-
N-----Z-
--------
--------
Nov. 1999 Ver 1.0
PRELIMINARY
93