Addressing Modes
Addressing Modes
Addressing Modes
37
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
Ex: MOV BL,26H; copies 8-bit data 26H into 8-bit destination register BL
Ex: MOV CX,4567H; copies 16-bit data 26H into 16-bit destination register CX
This instruction copies contents of memory location at a displacement of 3000H from data
segment.3000H is effective address written directly in the instruction.
39
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
Example 4:
40
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
41
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
42
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
43
Microcomputer and Interfacing Teaching Material Kombolcha Institute of Technology
44