Back
MASM : AGU : AGU_RR
AGU_RR:

Syntax:

Description:

Sums the contents of source registers Rs1 and Rs2, then loads the result into AGU accumulator register. The registers Rs1 and Rs2 are accessed via Port 5, their banks are selected by the bank selectors BS5.

Microcode Pattern:

Takes 4 cycles to execute.
    Example: AGU_RR ZERO 0x50 0x51

	  
	AGU P5
	------
	-   50
	-   51
	-   00
	RR  00

	  
Exceptions :

NOT YET

Example :

AGU_RR ZERO 0x20 0x21 
  !! Sums the contents of registers 0x20 
  !! and 0x21 and loads the result to AGU 
  !! accumulator register.

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