Immediate Addressing

An immediate instruction is one that provides its own data. The following is an example of immediate addressing

Load the accumulator with the hexadecimal number 3

This instruction would appear in memory as follows:

../../_images/immediate-diag.png

The digit D signifies a “load accumulator immediate” instruction; the digit 3 is the number to be loaded.