SREPUSH2 pushes onto the stack the conditions already existing on the next-to-top level:
Stack before SREPUSH2:
High Bank |
Low Bank |
|
 |
A |
B |
Top |
C |
D |
Next |
 |
Stack after SREPUSH2:
High Bank |
Low Bank |
|
 |
C |
D |
Top |
A |
B |
Next 1 |
C |
D |
Next 2 |
 |
Note: A, B, C, D denote TRUE or FALSE.
Takes 1 cycles to execute.
Example: SREPUSH2
STKC
----
RPH2
No exceptions.
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
SREPUSH2 !! Performs the SREPUSH2 operation
!! as described above