Generates 64-bit address (displacement) DISP64, and loads it
into AGU accumulator register.
Note: DISP64 must be always
expressed as a pair "SYMBOL IMMEDIATE
".
Takes 2 cycles to execute.
Example: AGU_D ZERO -5
DISP AGU
------------
ffffffff -
fffffffb D
NOT YET
AGU_D ZERO 0x0123456789ABCDEF
!! Generate 64-bit address
!! and load AGU accumulator
!! register with it. ZERO is
!! a non reallocatable symbol
AGU_D PIPPO -15
!! Generate a value -15 (here
!! in decimal representation)
!! and load it into AGU
!! accumulator register. PIPPO
!! is reallocatable symbol