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)
Содержание H8S/2378F
Страница 5: ...H8S 2378F E10A Emulator User s Manual User s Manual Rev 1 0 2002 10...
Страница 14: ...VIII...
Страница 39: ...15 5 Power on the user system and select the setting to be used Figure 2 6 Select Session Dialog Box...
Страница 77: ...53 Enter H 10a4 to the Value edit box Figure 3 35 Breakpoint Dialog Box Click the OK button...
Страница 90: ...66...
Страница 120: ...96...