Echelon Neuron Manual de usuario Pagina 118

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 237
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 117
Instruction Hexadecimal
Opcode
Instruction
Size (Bytes)
CPU Cycles
Required
Affect on
Carry Flag
PUSHD [3] B3 1 6 None
PUSHD
#expression
B5 3 6 None
PUSHD
#msb,#lsb
B5 3 6 None
Example:
The following example preserves the P1 and P2 pointer registers by pushing
them onto the stack before performing operations that could affect these
registers, then popping them from the stack.
P1 EQU 1
P2 EQU 2
; Preserve P1, P2.
pushd [P1]
pushd [P2]
...
popd [P1]
popd [P2]
ret ; return to caller
108 Neuron Assembly Language Instruction Statements
Vista de pagina 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 236 237

Comentarios a estos manuales

Sin comentarios