English
Language : 

DR805X Datasheet, PDF (48/79 Pages) Digital Core Design – 8-bit RISC Microcontroller Instructions set details ver 3.10
DR805x Instructions set details
3.24. MOV
- 48 -
Instruction: MOV <dest-byte>, <src-byte>
Function: Move byte variable
Description:
The byte variable indicated by the second operand is copied into the
location specified by the first operand. The source byte is not affected.
No other register or flag is affected. This is by far the most flexible
operation. Fifteen combinations of source and destination addressing
modes are allowed.
3.24.1.
MOV A, RN
Operation: (PC) ← (PC) + 1
(A) ← (Rn)
Bytes:
1
Cycles:
1
Encoding:
11101 r r r
3.24.2.
MOV A, DIRECT
Operation: (PC) ← (PC) + 2
(A) ← (direct)
Note:
MOV A, ACC is a valid instruction.
Bytes:
2
Cycles:
2
Encoding:
11100101
direct address
All trademarks mentioned in this document
are trademarks of their respective owners.
http://www.DigitalCoreDesign.com
http://www.dcd.pl
Copyright 1999-2003 DCD – Digital Core Design. All Rights Reserved.