Motorola Axiom CMD11E1 Podręcznik Użytkownika Strona 3

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 101
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 2
Contents
1 Introduction to HC11 7
1.1 Objective . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2 Tasks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.2.1 Getting started with HC11 . . . . . . . . . . . . . . . . . . 7
1.2.2 Looking at memory . . . . . . . . . . . . . . . . . . . . . . 8
1.2.3 Modifying memory . . . . . . . . . . . . . . . . . . . . . . 8
1.2.4 Writing and entering your first program: Using MM . . . . 10
1.2.5 Running your first command . . . . . . . . . . . . . . . . . 10
1.2.6 Entering your program: Using ASM . . . . . . . . . . . . . 11
1.2.7 Entering your program: Using assembler . . . . . . . . . . 13
2 Introduction to Looping 15
2.1 Objective . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2 Simple Input/Output . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2.1 The function OUTA . . . . . . . . . . . . . . . . . . . . . . 16
2.2.2 The function OUT1BYT . . . . . . . . . . . . . . . . . . . . 16
2.3 Branching . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.4 Looping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.4.1 Counting loops . . . . . . . . . . . . . . . . . . . . . . . . 18
2.4.2 One, two! One, two! And through and through ... Marching
through memory . . . . . . . . . . . . . . . . . . . . . . . 20
2.5 Other Conditional Branches . . . . . . . . . . . . . . . . . . . . . 23
2.5.1 Signed and unsigned numbers . . . . . . . . . . . . . . . . 23
2.5.2 compare and branch instructions: Unsigned . . . . . . . . 24
2.5.3 compare and branch instructions: Signed . . . . . . . . . . 24
2.5.4 An example: HEX2BCD . . . . . . . . . . . . . . . . . . . 25
3 Functions and bit manipulations 31
3.1 Objective . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.2 What you should do . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.3 String outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3
Przeglądanie stron 2
1 2 3 4 5 6 7 8 ... 100 101

Komentarze do niniejszej Instrukcji

Brak uwag