This is what I want to achieve:
In a program, copy 5 programs from ROM to RAM.
How do I do this the best way?
HP-41: Automatic copy of several programs from a module
|
|
« Next Oldest | Next Newest »
|
▼
Post: #2
12-27-2006, 06:29 PM
This is what I want to achieve: In a program, copy 5 programs from ROM to RAM. How do I do this the best way? ▼
Post: #3
12-27-2006, 08:22 PM
Hi,
the hard (but maybe easier) way would be to write a ML function
Best would be if your calling program resides in ROM,
Of course your program has to save the current PC before the COPY operations, HTH Raymond ▼
Post: #4
12-28-2006, 03:08 AM
No easier way (synthetics)? I didn't find any pack-program in the PPC. It would be nice to do something like this, though:
"UAC"... etc. But not possible :( ▼
Post: #5
12-29-2006, 12:25 AM
Hi, I'm afraid Synthetic programming won't help here. However I'm planning s.t. like this in ML for the next OS/X plug-in;-)
Meanwhile, you could also try to simulate the functionality if you have a CCD module. Regards Raymond |