Back
MASM : CACHE : MTF
MTF:

Syntax:

  • MTF
Description:

MTF (Memory to FIFO) transfers words from memory to the cache FIFO. Used to load the program. It uses the following internal registers in order to get necessary information for the transfer operation:

  • APMA - automatic program memory address for reading.
  • FWA - FIFO write address for writing.
  • ILEN - instruction length set by LLL instruction. (Usually shaker patches this value by determining the length until the next MTF in the code).

Microcode Pattern:

Takes 19 cycles to execute.
    Example: MTF

	  
	 DISP    MCC AGU ASEL
	---------------------
	00420000  -   E   -  
	00000000  -   -  LLL 
	00000000 M2F  -   -  
	00000000  -   -   -  
	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: mtf_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 $