Back
MASM : CACHE : FJMP
FJMP:

Syntax:

  • FJMP
Description:

The FJMP instruction performs unconditioned Memory-to-FIFO jump using following internal registers to make an operation:

  • APMA - automatic program memory address.
  • ILEN - instruction length set by the LLL instruction.
  • FWA - FIFO write address for writing.

Jumping is performed by updating Program Counter.

Microcode Pattern:

Takes 19 cycles to execute.
    Example: FJMP

	  
	  DISP    MCC  FLW  AGU  ASEL
	-----------------------------
	001e0013   -    -    E     - 
	00000000   -    -    -    LLL
	00000000 M2FC   -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -    -    -     - 
	00000000   -  SRFR   -     - 
	00000000   -   UPC   -     - 

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

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