MODE can be USED for both loading internal registers with initial valuesand to perform arithmetic or logical operation on data CONTAINED in instructionsloading value in register For example, LOAD R3, #1000Performing arithmetic operationsFor example, ADD R3, R1Important Point:The ‘#’ symbol before the memory address indicates that operand is a data.Limitation in the immediate mode is that the range of constants are restricted by size of address field.