19
8051 Microcontroller Programming Part - B Prof. Anish Goel Embedded Systems

Embedded systems ppt iv part b

Embed Size (px)

Citation preview

8051 MicrocontrollerProgramming Part - B

Prof. Anish Goel

Embedded Systems

DJNZ <byte>,<rel-addr>

Embedded Systems Prof. Anish Goel2

DJNZ Rn,rel

3 Embedded Systems Prof. Anish Goel

INC <byte>

4 Embedded Systems Prof. Anish Goel

INC DPTR

5 Embedded Systems Prof. Anish Goel

JB blt,rel

6 Embedded Systems Prof. Anish Goel

JBC bit,rel

7 Embedded Systems Prof. Anish Goel

JC rel

8 Embedded Systems Prof. Anish Goel

JMP @A+DPTR

9 Embedded Systems Prof. Anish Goel

JNB bit,rel

10 Embedded Systems Prof. Anish Goel

JNC rel

11 Embedded Systems Prof. Anish Goel

JNZ rel

12 Embedded Systems Prof. Anish Goel

JZ rel

13 Embedded Systems Prof. Anish Goel

LCALL addr16

14 Embedded Systems Prof. Anish Goel

LJMP addr16

15 Embedded Systems Prof. Anish Goel

MOV <dest-byte>,<src-byte>

16 Embedded Systems Prof. Anish Goel

17 Embedded Systems Prof. Anish Goel

18 Embedded Systems Prof. Anish Goel

MOV <dest-bit>,<src-bit>

19 Embedded Systems Prof. Anish Goel