Back
MASM : CACHE : CJMPIF
CJMPIF:

Syntax:

  • CJMPIF
Description:

The CJMPIF instruction performs conditioned 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). The jump is made only if the low bank of the top of the condition stack is "1".

Microcode Pattern:

Takes 3 cycles to execute.
    Example: CJMPIF

	  
	FLW  STCK  ASEL
	---------------
	 -     -   LIRA
	SRFR   -    -
	UPC   POP   -

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

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