Back
MASM : AGU : AGU_D
AGU_D:

Syntax:

Description:

Generates 64-bit address (displacement) DISP64, and loads it into AGU accumulator register.

Note: DISP64 must be always expressed as a pair "SYMBOL IMMEDIATE".

Microcode Pattern:

Takes 2 cycles to execute.
    Example: AGU_D ZERO -5

	  
	DISP    AGU
	------------
	ffffffff  - 
	fffffffb  D 

	  
Exceptions :

NOT YET

Example :

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

APE Group Zeuthen. 2003
$Id: agu_d_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 $