q define immediate addressing mode with


Q. Define Immediate Addressing Mode with example?

Immediate Addressing Mode

An immediate operand can be a constant expression like a character, a number or an arithmetic expression. Only constraint is that the assembler should be able to conclude the value of an immediate operand at assembly time. This value is directly inserted in the machine instruction.

MOV AL,05

Mode

Description

Example

Immediate

Please note in the last examples the expression (2 + 3)/5, is evaluated at assembly time.

MOV AL,10

MOV AL,'A'

MOV AX,'AB'

MOV AX, 64000

MOV AL, (2 + 3)/5

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: q define immediate addressing mode with
Reference No:- TGS0327868

Expected delivery within 24 Hours