teach-ict.com logo

THE education site for computer science and ICT

3. Immediate Mode

The first type of memory addressing is immediate mode.

With immediate mode, nothing is fetched from memory. The operand already contains the data to be used.

So the above instruction might simply be saying "Load the contents of the operand (11111111) into the accumulator".

Immediate mode is very useful for instructions involving short constants (as opposed to variables).

 

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Assembly code immediate addressing