Post Reply 
Merging 41C programs without card reader
12-17-2015, 08:56 PM
Post: #1
Merging 41C programs without card reader
Is there any way, similar to the MRG function, to combine two programs into one without the card reader? Using extended memory, perhaps? Any way to delete the "partition" between two programs, accomplishing the same thing? Thanks.
Find all posts by this user
Quote this message in a reply
12-17-2015, 09:27 PM (This post was last modified: 12-17-2015 09:27 PM by Dieter.)
Post: #2
RE: Merging 41C programs without card reader
(12-17-2015 08:56 PM)quantalume Wrote:  Is there any way, similar to the MRG function, to combine two programs into one without the card reader? Using extended memory, perhaps? Any way to delete the "partition" between two programs, accomplishing the same thing? Thanks.

MRG cannot be replaced 1:1, there is no way of replacing a part of an existing program by another. But there are ways to join two programs together. Take a look at the GETSUB and GETP commands of the Extended Functions module.

In the 41, two adjacent programs are separated by an END command. Just delete it and the two programs become one. Of course you should take care that both programs do not use the same labels. ;-)

Dieter
Find all posts by this user
Quote this message in a reply
12-18-2015, 03:51 AM
Post: #3
RE: Merging 41C programs without card reader
(12-17-2015 09:27 PM)Dieter Wrote:  In the 41, two adjacent programs are separated by an END command. Just delete it and the two programs become one.

That was how I'd remembered it, but it didn't work the first time I tried it. Seems to be working now.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)