Back
MASM : AGU : AGU_DA
AGU_DA:

Syntax:

Description:

Generates 64-bit address (displacement) DISP64, adds it with content of AGU accumulator register and replaces contents of the accumulator with resulted value.

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

Microcode Pattern:

Takes 2 cycles to execute.
    Example: AGU_DA ZERO 5

	  
	DISP     AGU
	-------------
	00000000   - 
	00000005   DA      

	  
Exceptions :

NOT YET

Example :

AGU_DA ZERO 100 
  !! Generate 64-bit address (100)
  !! add it with contents of AGU 
  !! accumulator register and load
  !! it back to AGU accumulator.

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