Back
MASM : CACHE : IIRA
IIRA:

Syntax:

  • IIRA
Description:

The IIRA instruction (Increment Instruction Read Address) writes the IRA internal register according to the following formula:

  • IRA' = (IRA + [11:0]) % 4096
  • Bits [11:0] - taken from the AGU output and are unsigned.

The contents of IRA register define the address in Instruction Cache from which instructions are to be executed.

Microcode Pattern:

Takes 3 cycles to execute.
    Example: IIRA

	  
	 ASEL
	------
	 IIRA 
	  -
	  -

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

APE Group Zeuthen. 2003
$Id: iira_masm.php,v 1.2 2004/08/04 09:33:43 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $