Generates 32-bit address (displacement) DISP32, and loads
it into AGU accumulator register.
Note: DISP32 must be always
expressed as a pair "SYMBOL IMMEDIATE
". This is a signed number.
More information on this in notations.
Takes 1 cycles to execute.
Example: AGU_ED ZERO -5
DISP AGU
------------
fffffffb E
NOT YET
AGU_ED ZERO 0x01234567
!! Generate 32-bit address
!! and load AGU accumulator
!! register with it. ZERO is
!! a non reallocatable symbol
AGU_ED TOPONE -1
!! Generate a value -1 (here
!! in decimal representation)
!! and load it into AGU
!! accumulator register. TOPONE
!! is reallocatable symbol