ST10 FAMILY PROGRAMMING MANUAL
103/172
PUSH
Push Word on System Stack
Syntax
PUSH op1
Operation
(tmp) <--
(op1)
(SP)
<-- (SP) - 2
((SP)) <--
(tmp)
Data Types
WORD
Description
Moves the word specified by operand op1 to the location in the internal system stack specified by the
Stack Pointer, after the Stack Pointer has been decremented by two.
Flags
Addressing Modes
E
Z
V
C
N
*
*
-
-
*
E
Set if the value of the pushed word represents the lowest possible negative number. Cleared
otherwise. Used to signal the end of a table.
Z
Set if the value of the pushed word equals zero. Cleared otherwise.
V
Not affected.
C
Not affected.
N
Set if the most significant bit of the pushed word is set. Cleared otherwise.
Mnemonic
Format
Bytes
PUSH
reg
EC RR
2
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...