English
Language : 

GMS30004 Datasheet, PDF (83/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
G (Go)
[Function]
To execute the program in the specified program memory
[Format]
G_[<Address 1>][_<Address 2>]...[_<Address 8>] ã
[Explanation]
With this, the system executes the program address specified with =, [=<address
1>] is omittable. When omitted, the command is executed from the present `PC`
address. The system also sets a break point in the specified address after
[_<address2>] . When `g` command is executed, simulation is started after
outputting `RUN` message. When any key is pressed in this state, simulation is
stopped.
It is possible to use symbols in the <address>.
[e.g]
1) >G ã
RUN
******** User Break Point !! ********
010E 20
LMAIY
PC=01 PA=1D PB=01 A=7 X=1 Y=8 ST=1
>
PMR=0
WD=0000
MC=297
ã 2) >G=.START 37 3
******** Go Break Point !! ********
0003 BF
BR
3F
PC=00 PA=07 PB=06 A=F X=3 Y=5 ST=1
>
PMR=0
WD=0000
MC=808
5 - 29