Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->MOV

MOV s,s' Move operand s' to operand s

s <- s'

Flags
    
SNot affected
ZNot affected
ACNot affected
PNot affected
CNot affected


s,s'No of bytesCycles
80858080A
r,r'155
r,M177
M,r177


r and r' may be one of A,B,C,D,E,H,L
M is memory addressed by the HL
register pair