English
Language : 

GMS30004 Datasheet, PDF (75/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
[e.g.]
1) Example to occur break after passing page 1 address 0 three times.
>BP0 100 3ã
2) Example to set a break point at page 5 address 0.
>BP 500 ã
>BL ã
0 = 0100 ( 3)
1 = 0500
3) Example to occur break on the main label (in case the main label is at page 5
address 0.)
>BP .main ã
>BL ã
0 = 0100 ( 3)
1 = 0500 .MAIN
>
4) Example to occur break by No. of steps (50 steps).
>BPS 50ã
>BL ã
0 = 0100 ( 3)
1 = 0500 .MAIN
S 50
>
5) Example to occur break with input command.
>BPI ã
>G ã
RUN
******** MC Step Break ********
0004
00
NOP
PC=00 PA=09 PB=00 A=0 X=0 Y=0 ST=1
>R R 00 ã
>G ã
PMR=0
WD=0000
MC=50
6) Example to occur break with output command.
>BP0 ã
>G ã
RUN
Rout=1111 D=11111111 OUT=0
MC=125
******** Break AT Port Out !! ********
002F 0D
SO
PC=00 PA=1E PB=00 A=0 X=0 Y=F ST=1 PMR=0
>G ã
WD=0000
MC=125
5 - 21