Back
MASM : AGU : AGU_DR
AGU_DR:

Syntax:

Description:

Loads the content of the source register Ra and adds the generated 64-bit address (displacement) DISP64 , then loads the result into AGU accumulator register. The register Ra is accessed via Port 5, its bank is selected by the bank selectors BS5.

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

Microcode Pattern:

Takes 3 cycles to execute.
    Example: AGU_DR ZERO 10 0xA5

	  
	 DISP     AGU P5
	----------------
	00000000   -  A5
	00000000   -  00
	0000000a   DR 00

	  
Exceptions :

NOT YET

Example :

AGU_DR ZERO 5 0x20 
 !! Generate 64-bit address
 !! (5) add it with contents 
 !! of register 0x20 and load 
 !! it to AGU accumulator.

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