Back
MASM : STACK : PUSHGLOBAL
PUSHGLOBAL:

Syntax:

  • PUSHGLOBAL
Description:

The instruction PUSHGLOBAL pushes on both banks of the top of the stack the condition obtained from the PAL. The condition that is pushed is the logical AND of the conditions transmitted by all nodes to the PAL by the TXTOPH and TXTOPL instructions.

Microcode Pattern:

Takes 1 cycles to execute.
    Example: PUSHGLOBAL

	  
MCC STKC FLW IOC AGU ASEL BS5 P5 BS4 C4 P4 MPC BS3 C3 P3 P2 P1 P0
-----------------------------------------------------------------
 -  PSG   -   -   -    -   0  00  0   0 00  -   0   0 00 00 00 00

	  
Exceptions :

No exceptions.

Example :

PUSHGLOBAL
  !! Pushes the condition obtained from
  !! the PAL on both banks of the stack

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