Back
MASM : STACK : PUSHQEMPTY
PUSHQEMPTY:

Syntax:

  • PUSHQEMPTY
Description:

The PUSHQEMPTY instruction pushes the TRUE condition on both banks of the top of the stack if the queue is empty, and the FALSE condition otherwise.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: PUSHQEMPTY

	  
  STKC
  ----
  PQE

	  
Exceptions :

No exceptions.

Example :

PUSHQEMPTY

APE Group Zeuthen. 2003
$Id: pushqempty_masm.php,v 1.2 2004/08/04 09:45:22 noe Exp $
$Id: syntax.php,v 1.8 2004/08/04 09:25:34 noe Exp $