Back
MASM : AGU : AGU_RXR
AGU_RXR:

Syntax:

Description:

Performs a MULA operation with contents of registers Rs1 and Rs2, then loads the result into AGU accumulator register. Both registers are accessed via port 5 with their banks selected by BS5.

Microcode Pattern:

Takes 6 cycles to execute.
    Example: AGU_RXR 0x50 0x51

	  
	AGU  P5
	-------
	 -   50
	 -   51
	 -   00
	RXR  00
	 -   00
	 -   00

	  
Exceptions :

NOT YET

Example :

AGU_RXR 0x20 0x21 
  !! Performs MULA with contents
  !! of registers 0x20 and 0x21
  !! then load the result to AGU
  !! accumulator register.

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