English
Language : 

GMS30004 Datasheet, PDF (82/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
FD (Fill Data memory)
[Function]
To fill the program memory area specified with <In> from the specified <address>
with one specified nibble data.
[Format]
FD_<Address>_<In>_<Data> ã
[Explanation]
With this, the system fills the data memory area specified with <In> from the
specified <address> with one specified nibble data. It is possible to use symbols
in <address>.
[e.g]
>FD 0 L3 4 ã
>DD ã
000 : 4 4 4 0 0 0 0 0 - 0 0 0 0 0 0 0 0
010 : 0 0 0 0 0 0 0 0 - 0 0 0 0 0 0 0 0
>
5 - 28