Echelon Neuron Uživatelský manuál Strana 206

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 237
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 205
Instructions by Mnemonic
Table 62 lists the Neuron assembly language instructions, ordered by mnemonic.
The table also summarizes the operation performed by each instruction. In this
operational summary, D represents a displacement and SD represents a signed
displacement.
Table 62. Neuron Assembly Instructions by Mnemonic
Mnemonic Operand Operation Description
ADC TOS = TOS + [DSP--] + C
next element = [++DSP]
IF result > 255
C = 1
ELSE
C = 0
IP = IP+1
Add NEXT plus CARRY to
TOS. Drop NEXT.
ADD
TOS = TOS + [DSP--]
IF result > 255
C = 1
ELSE
C = 0
IP = IP+1
Add NEXT to TOS. Drop
NEXT.
ADD #literal TOS = TOS + LITERAL
IF result > 255
C = 1
ELSE
C = 0
IP = IP+2
Add literal to TOS.
ADD_R TOS = TOS + [DSP--]
IF result > 255
C = 1
ELSE
C = 0
Return
Add NEXT to TOS. Drop
NEXT. Return to caller.
196 Neuron Assembly Instructions Listed by Mnemonic
Zobrazit stránku 205
1 2 ... 201 202 203 204 205 206 207 208 209 210 211 ... 236 237

Komentáře k této Příručce

Žádné komentáře