Define Immediate Addressing?
In this addressing mode the operand value is given directly. There is no need to refer memory. The immediate addressing is indicated by the prefix L#. Eg: ADD #5 In this instruction one operand is in accumulator and the second operand is an immediate value the value is directly added with the accumulator content and the result is stored in accumulator.