Back
MASM : CACHE : LFB
LFB:

Syntax:

  • LFB
Description:

The LFB instruction (Load FIFO Boundaries) sets the address boundaries for FIFO, writing FSTART and FEND internal registers. It takes the AGU output encoded as follows:

  • Bits [11 :0] - the upper FIFO boundary written to FEND register.
  • Bits [27:16] - the lower FIFO boundary written to FSTART register.

The boundaries define the address range which is used as FIFO (FIFO mode).

Microcode Pattern:

Takes 1 cycles to execute.
    Example: LFB

	  
	 ASEL
	------
	 LFB

	  
Exceptions :

NOT YET

Example :

Not available at the moment.

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