Renesas H8S/2378F Informacje Techniczne Strona 129

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 170
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 128
105
Examples:
To set the following conditions as a hardware breakpoint:
Address condition: An address bus value of H'1000,
Data condition: A data bus value of H'55 and lower 8-bit byte access,
Read/write cycle condition: Read cycle.
>
bcs address 1000 data 55 lbyte direction read (RET)
To set the following conditions as a hardware breakpoint:
Address condition: An address bus value of H'2000 and instruction fetch cycle.
>
bcs address 2000 pcafter (RET)
To set the following conditions as a hardware breakpoint:
Address condition: The lower 4 bits of H'1000 are masked,
Data condition: A data bus value of H'aa and upper 8-bit byte access.
>
bcs address mask 100* data aa hbyte (RET)
Przeglądanie stron 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 169 170

Komentarze do niniejszej Instrukcji

Brak uwag