The 8051 Microcontroller and Embedded

(lily) #1
Department of Computer Scien

ce and Information Engineering

National Cheng Kung University, TAIWAN
HANEL

ACCESSING MEMORYDirect Addressing Mode


‰It is most often used the direct addressing mode to access RAM locations 30


– 7FH


¾The entire 128 bytes of RAM can be accessed¾The register bank locations are accessed by the register names


‰Contrast this with immediate addressing mode


¾There is no “#” sign in the operand


MOV A,4 ;is same asMOV A,R4 ;whichMOV R0,40H ;save content of 40H in R0 MOV 56H,A ;save content of A in 56H

means copy R4 into A
Direct addressing mode Register addressing mode
Free download pdf