Back
MASM : STACK : SRESET
SRESET:

Syntax:

  • SRESET
Description:

SRESET resets all levels of the stack to TRUE condition.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: SRESET

	  
	STKC
	----
	RST

	  
Exceptions :

No exceptions.

Example :

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

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

SRESET                !! Performs the SRESET operation 
                      !! as described above

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