20
8051 Microcontroller Programming Part - C Prof. Anish Goel Embedded Systems

Embedded systems ppt iv part c

Embed Size (px)

Citation preview

8051 MicrocontrollerProgramming Part - C

Prof. Anish Goel

Embedded Systems

MOV DPTR,#data16

Embedded Systems Prof. Anish Goel2

MOVC A,@A+ <base-reg>

Embedded Systems Prof. Anish Goel3

Embedded Systems Prof. Anish Goel4

MOVX <dest-byte>,<src-byte>

Embedded Systems Prof. Anish Goel5

Embedded Systems Prof. Anish Goel6

MUL AB

Embedded Systems Prof. Anish Goel7

NOP

Embedded Systems Prof. Anish Goel8

ORL <dest-byte> <src-byte>

Embedded Systems Prof. Anish Goel9

Embedded Systems Prof. Anish Goel10

Embedded Systems Prof. Anish Goel11

ORL C,<src-bit>

Embedded Systems Prof. Anish Goel12

POP direct

Embedded Systems Prof. Anish Goel13

PUSH direct

Embedded Systems Prof. Anish Goel14

RET

Embedded Systems Prof. Anish Goel15

RETI

Embedded Systems Prof. Anish Goel16

RL A

Embedded Systems Prof. Anish Goel17

RLC A

Embedded Systems Prof. Anish Goel18

RR A

Embedded Systems Prof. Anish Goel19

RRC A

Embedded Systems Prof. Anish Goel20