Chapter 5. INSTRUCTION
(1) LAY
Naming :
Load Accumulator from Y-Register
Status :
Format :
Set
I
Function :
<Comment>
A
Y
Data of four bits in the Y-register is unconditionally transferred
to the accumulator. Data in the Y-register is left unchanged.
(2) LYA
Naming :
Status :
Format :
Load Y-register from Accumulator
Set
I
Function :
<Comment>
Y
A
Load Y-register from Accumulator
(3) LAZ
Naming :
Status :
Format :
Clear Accumulator
Set
I
Function :
<Comment>
A
0
Data in the accumulator is unconditionally reset to zero.
(4) LMA
Naming :
Status :
Format :
Load Memory from Accumulator
Set
I
Function :
<Comment>
M(X,Y)
A
Data of four bits from the accumulator is stored in the RAM
location addressed by the X-register and Y-register. Such data
is left unchanged.
(5) LMAIY
Naming :
Status :
Format :
Load Memory from Accumulator and Increment Y-Register
Set
I
Function :
<Comment>
M(X,Y)
A, Y
Y+1
Data of four bits from the accumulator is stored in the RAM
location addressed by the X-register and Y-register. Such data
is left unchanged.
5-5