Architecture,
Assembly
Language,
And
Hardware
Interfacing
(Paperback)
Direct Addressing
Direct
addressing
is
so-named
because
the
value to
be
stored
in
memory
is
obtained
by
directly
retrieving
it from
another
memory
location.
For
example:
MOV
A,30h
This instruction will read the data out of Internal RAM
address
30
(hexadecimal)
and
store it
in the
Accumulator.