English
Language : 

GMS30004 Datasheet, PDF (81/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
FPP (Fill Program memory)
[Function]
To fill the program memory area specified with <In> from the specified <address>
with 1 byte data.
[Format]
FPP_<Address>_<In>_<Data> ã
[Explanation]
With this, the system fills the program memory area specified with <In> from the
specified <address> with 1 byte data. It is possible to use symbols in <address>.
[e.g]
ã >FPP 100 L10 55
>DPP 100 ã
0100 : 55 55 55 55 55 55 55 55 - 55 55 55 55 55 55 55 55
0127 : 10 11 12 13 14 15 16 17 - 18 19 1A 1B 1C 1D 1E 1F
011C : 20 21 23 24 25 26 27 29 - 29 2A 2B 2C 2D 2E 2F 30
0122 : 31 32 33 34 35 36 37 38 - 39 3A 3B 3C 3D 3E 3F 40
>
FPS (Fill Program memory)
[Function]
To fill the program memory area specified with <In> from the specified <address>
with 1 byte data.
[Format]
FPS_<Address>_<In>_<Data>ã
[Explanation]
With this, the system fills the program memory area specified with <In> from the
specified <address> with 1 byte data.
It is possible to use symbols in <address>.
[e.g]
ã >FPS 100 L10 55
>DPS 100 ã
0100 : 55 55 55 55 55 55 55 55 - 55 55 55 55 55 55 55 55
0110 : 01 00 11 01 01 20 00 00 - 01 00 00 0C 01 00 55 55
0120 : 01 00 11 01 01 20 00 00 - 01 00 00 0C 01 00 00 55
0130 : 01 00 11 35 01 20 00 55 - 01 55 00 55 55 55 55 55
>
5 -27