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.
|
|||
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 |
|||
12-18-2015, 03:51 AM
Post: #3
|
|||
|
|||
RE: Merging 41C programs without card reader | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)