Back
MASM : STACK : SPOP
SPOP:

Syntax:

  • SPOP
Description:

SPOP pops the top condition off the stack.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: SPOP

	  
	STKC
	----
	 POP

	  
Exceptions :

No exceptions.

Example :

IPUSHEQ 255 3 0xa 0xb !! Pushes on both banks of the stack integer 
                      !! condition for equality

                      !! <- Do something complicated

SPOP                  !! Pop the condition off the stack

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