English
Language : 

GMS30004 Datasheet, PDF (78/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
DPP (Dump Program memory)
[Function]
To display data in the program memory area specified with <In> from the
specified <address> in hexadecimal.
[Format]
DPP_[<address>_<In>]ã
[Explanation]
When this the system displays data in the program memory area specified with
<In> from the specified <address> in hexadecimal. When [ ] is omitted, 64 bytes
of data from the succeeding address shall be displayed. The address used with
this command is polynomial.
[e.g]
>DPP
0000
0027
001C
0022
>
0 20 ã
: 00 01 02 03 04 05 06 07 - 08 09 0A 0B 0C 0D 0E 0F
: 10 11 12 13 14 15 16 17 - 18 19 1A 1B 1C 1D 1E 1F
: 20 21 22 23 24 25 26 27 - 28 29 2A 2B 2C 2D 2E 2F
: 31 32 33 33 34 35 36 37 - 38 39 3A 3B 3C 3E 3E 3F
DPS (Dump Program memory)
[Function]
To display data in the program memory area specified with <In> from the
specified <address> in hexadecimal.
[Format]
DPS_[<address>_<In>]ã
[Explanation]
When this the system displays data in the program memory area specified with
<In> from the specified <address> in hexadecimal. When [ ] is omitted, 64 bytes
of data from the succeeding address shall be displayed. The address used with
this command is sequential.
[e.g]
>DPS_0_3F ã
0000 : 00 01 03 07 0F 1F 3F E3 - 3D 3B 37 2F 1E 3C 39 33
0010 : 27 0E 1D 3A 35 2B 16 2C - 18 30 21 02 05 0B 17 2E
0020 : 1C 38 31 23 06 0D 1B 36 - 2D 1A 34 29 12 24 08 11
0030 : 22 04 09 13 26 0C 19 32 - 25 0A 15 2A 14 28 10 20
>
5 - 24