Back
MASM : CACHE : CJMP
CJMP:

Syntax:

  • CJMP
Description:

The CJMP instruction performs unconditioned jump in Instruction Cache updating the Program Counter with the value contained in the internal FPC register (which must have been loaded explicitely by LFPC).

Microcode Pattern:

Takes 3 cycles to execute.
    Example: CJMP

	  
	 FLW  ASEL
	 ---------
	  -   LIRA
	 SRFR  - 
	 UPC   - 

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

APE Group Zeuthen. 2003
$Id: cjmp_masm.php,v 1.3 2004/08/04 09:23:27 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $