English
Language : 

GMS30004 Datasheet, PDF (98/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
U (Unassemble)
[Function]
To unassemble the area specified with <In> from the specified <address> and to
display in mnemonic.
[Format]
U_[<address>] [_<In>]ã
[Explanation]
With this, the system unassembles the area specified with <In> from the
specified <address> and displays in mnemonic.
When [<address>] [<In>] are omitted, unassembling is performed from the
address immediately after the display start address.
Default value for <In> is 16.
However, [<address>] cannot be omitted separately.
[e.g]
>U 200 L4 ã
0200
40
LYI
00
0201
21
LAM
0203
77
ALEI 0E
0207
AF
BR
2F
>
WP (Write Program to MS-DOS* file)
[Function]
To read data from the whole ROM area and write data in the file specified with
<file name>.
[Format]
WP_<file name>ã
[Explanation]
With this, the system reads data from the whole ROM area and writes data in the
file specified with <file name>.
The file format is the same as the Intel hexa.
[e.g]
ã >WP_test. rhx
. . . . . . . . . . . . .. . . . . . . . . .
Program write
5 - 44