Motorola Axiom CMD11E1 Guide de l'utilisateur Page 24

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 101
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 23
24 CHAPTER 2. INTRODUCTION TO LOOPING
compared are of opposite sign) and one for unsigned comparison where no special
cases need be considered.
2.5.2 compare and branch instructions: Unsigned
The following is based on the section named Branches in the M68HC11E Series
Programming Reference Guide commonly referred to as the little pink book. In
each case, the instruction compares a value in register r with a value in memory
M.
Branch to LOCif A > MEM
CMPA MEM
BHI LOC *Branch if HIgher
Branch to LOCif A <= MEM
CMPA MEM
BLS LOC *Branch if Lower or Same
Branch to LOCif A >= MEM
CMPA MEM
BHS LOC *Branch if Higher or Same
Branch to LOCif A < MEM
CMPA MEM
BLO LOC *Branch if Lower
2.5.3 compare and branch instructions: Signed
Branch to LOCif A > MEM
CMPA MEM
BGT LOC *Branch if Greater Than
Branch to LOCif A <= MEM
CMPA MEM
BLE LOC *Branch if Lesser or Equal
Vue de la page 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 100 101

Commentaires sur ces manuels

Pas de commentaire