English
Language : 

GMS30004 Datasheet, PDF (86/158 Pages) Hynix Semiconductor – 4-BIT SINGLE CHIP MICROCOMPUTERS
Chapter 5. Software
MPP (Move Program memory)
[Function]
To transfer memory area data to other area.
[Format]
MPP_<address_s>_<In>_<address_d>ã
[Explanation]
With this command, the system transfers data upto the No. of words specified
with <In> from the address specified with <address_s> to the area specified with
<address_d>.
The address used with this command is polynomial.
[e.g]
ã >MPP 100 200 300
>
MPS (Move Program memory)
[Function]
To transfer memory area data to other area.
[Format]
MPS_<address_s>_<In>_<address_d>ã
[Explanation]
With this command, the system transfers data upto the No. of words specified
with <In> from the address specified with <address_s> to the area specified with
<address_d>.
The address used with this command is sequential.
[e.g]
ã >MPS 100 200 300
>
5 - 32