Back
MASM : CACHE : MTI
MTI:

Syntax:

  • MTI
Description:

MTI (Memory to Instruction Cache) transfers words from the memory to the Instruction Cache. It uses the following internal registers in order to get the necessary information for the transfer operation:

  • PMA - program memory address for reading.
  • IWA - instruction write address for writing.
  • ILEN - instruction length set by LIWA instruction.

Microcode Pattern:

Takes 17 cycles to execute.
    Example: MTI

	  
	 DISP    MCC   	AGU   ASEL
	--------------------------
	000000a1  -    	ER     -  
	00000000  -    	-    LPMA 
	01000300  -    	ER     -  
	00000000  -    	-    LIWA 
	00000000 M2I   	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  
	00000000  -    	-      -  

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

APE Group Zeuthen. 2003
$Id: mti_masm.php,v 1.3 2004/08/04 09:33:44 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $