English
Language : 

DR805X Datasheet, PDF (37/79 Pages) Digital Core Design – 8-bit RISC Microcontroller Instructions set details ver 3.10
DR805x Instructions set details
3.13.3.
INC DIRECT
- 37 -
Operation: (PC) ← (PC) + 2
(direct) ← (direct) + 1
Bytes:
2
Cycles:
4
Encoding:
00000101
3.13.4.
INC @RI
Operation: (PC) ← (PC) + 1
((Ri)) ← ((Ri)) + 1
Bytes:
1
Cycles:
4
Encoding:
0000011 i
direct address
3.13.5.
INC DPTR
Function: Increment data pointer
Description: Increment the 16-bit data pointer by 1. A 16-bit increment (modulo 2 16)
is performed; an overflow of the low-order byte of the data pointer (DPL)
from 0FF H to 00 H will increment the high-order byte (DPH). No flags
are affected. This is the only 16-bit register which can be incremented.
Operation: (PC) ← (PC) + 1
(DPTR) ← (DPTR) + 1
Bytes:
1
Cycles:
1
Encoding:
10100011
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.