Back
MASM : AGU : AGU_RA
AGU_RA:

Syntax:

Description:

Sums the contents of source register Rs5 and accumulator, then loads it back into AGU accumulator register. Rs is accessed via port 5 and it's register bank is selected by BS5.

Microcode Pattern:

Takes 3 cycles to execute.
    Example: AGU_RA ZERO 0xA5

	  
	AGU P5
	------
	-   A5
	-   00
	RA  00

	  
Exceptions :

NOT YET

Example :

AGU_RA ZERO 0x20 
  !! Sums the contents of registers
  !! 0x20 and accumulator and loads
  !! the result back to accumulator
  !! register.

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