Zilog Z08470 Manual do Utilizador Página 128

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 326
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 127
Z80 Instruction Set UM008007-0715
116
Z80 CPU
User Manual
PUSH IY
Operation
(SP – 2) IYL, (SP – 1) IYH
Op Code
PUSH
Operand
IY
Description
The contents of Index Register IY are pushed to the external memory last-in, first-out
(LIFO) stack. The Stack Pointer (SP) Register pair holds the 16-bit address of the current
top of the Stack. This instruction first decrements the SP and loads the high-order byte of
IY to the memory address specified by SP; then decrements SP again and loads the low-
order byte to the memory location corresponding to this new address in SP.
Condition Bits Affected
None.
Example
If Index Register IY contains 2233h and the Stack Pointer contains 1007h, then upon the
execution of a PUSH IY instruction, memory address
1006h contains 22h, memory
address
1005h contains 33h, and the Stack Pointer contains 1005h.
M Cycles T States 4 MHz E.T.
4 15 (4, 5, 3, 3) 3.75
11 1 01111
FD
11 0 01110
E5
Vista de página 127
1 2 ... 123 124 125 126 127 128 129 130 131 132 133 ... 325 326

Comentários a estes Manuais

Sem comentários