Texas-instruments MSP430x4xx Bedienungsanleitung Seite 85

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 512
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 84
Instruction Set
3-51
RISC 16Bit CPU
JNE Jump if not equal
JNZ Jump if not zero
Syntax JNE label
JNZ label
Operation If Z = 0: PC + 2 × offset > PC
If Z = 1: execute following instruction
Description The status register zero bit (Z) is tested. If it is reset, the 10-bit signed offset
contained in the instruction LSBs is added to the program counter. If Z is set,
the next instruction following the jump is executed.
Status Bits Status bits are not affected.
Example Jump to address TONI if R7 and R8 have different contents.
CMP R7,R8 ; COMPARE R7 WITH R8
JNE TONI ; if different: jump
...... ; if equal, continue
Seitenansicht 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 511 512

Kommentare zu diesen Handbüchern

Keine Kommentare