1) Immediate Addressing Mode: Example
1) Immediate Addressing Mode: Example
Example
Example
Example
Example
MOV AX, [BX] ; Suppose the register BX contains 4895H, then the contents
; 4895H are moved to AX
ADD CX, {BX}
5) Based addressing mode
In this addressing mode, the offset address of the operand is given by the sum of contents of the
BX/BP registers and 8-bit/16-bit displacement.
Example
Example
Example
Example