English
Language : 

GMS30004 Datasheet, PDF (73/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
A (Assemble)
[Function]
To assemble commands for each line from the specified <address> and write
them in the memory.
[Format]
> A_ [<address>] ã
[Explanation]
With this, the system assembles commands for each line from the specified
<address> and writes them in the memory.
When <address> is omitted, data is written from the current `PC` address.
Assemble can be finished by keying in `.`.
When `_` is keyed in, the system goes back the address just before the current
one.
[e.g.]
>A 200 ã
0200 40 LYI
0
0201 21 LAM
0203 77 ALEI 14
0201 03 LMA
0200 0D SO
>
SO ã
LMA ã
-ã
-ã
.ã
BAT (Batch)
[Function]
To execute commands in the command file in a batch. When there is a format
error, execution is stopped there and command error is issued.
[Format]
BAT_<File Name> ã
[Explanation]
With this command, the system executes commands in the command file in a
batch. When there is a format error, execution is stopped there and command
error is issued. In order to execute this command, it is required to create the
command file on the editor in advance.
[e.g]
ã >BAT test.bat
>R PA 0
>R PB 0BATCH END
>
5 - 19