Back
MASM : AGU : AGU_ED
AGU_ED:

Syntax:

Description:

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.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: AGU_ED ZERO -5

	  
	 DISP    AGU
	------------
	fffffffb  E

	  
Exceptions :

NOT YET

Example :

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

APE Group Zeuthen. 2003
$Id: agu_ed_masm.php,v 1.4 2004/08/04 09:35:22 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $