English
Language : 

DR805X Datasheet, PDF (52/79 Pages) Digital Core Design – 8-bit RISC Microcontroller Instructions set details ver 3.10
DR805x Instructions set details
3.24.15. MOV @RI, #DATA
- 52 -
Operation: (PC) ← (PC) + 2
((Ri)) ← #data
Bytes:
2
Cycles:
3
Encoding:
0111011 i
immediate data
3.24.16. MOV C, BIT
Function: Move bit data
Description: The Boolean variable indicated by the second operand (directly
addressable bit) is copied into carry flag. No other register or flag is
affected.
Operation: (PC) ← (PC) + 2
(C) ← (bit)
Bytes:
2
Cycles:
3
Encoding:
10100010
bit address
3.24.17. MOV BIT, C
Function: Move carry flag
Description: The carry flag is copied into the Boolean variable indicated by the first
operand (directly addressable bit). No other register or flag is affected.
Operation: (PC) ← (PC) + 2
(bit) ← (C)
Bytes:
2
Cycles:
4
Encoding:
10010010
bit 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.