Authors
Harold Miller
Publication
Publication Details
Volume: 4 Issue: 1
Date
January/February 1984
Pages
52, 55
See all articles from SYNC v4 n1
A method for merging programs. The method in outline is: 1) Protect the resident program from erasure by POKEing a copy of it above RAMTOP. This area of memory, once created, is unaffected by LOAD, SAVE, and NEW. 2) LOAD the other program from the tape in the normal manner. 3) POKE the original program into the program area immediately above the LOADed program. Now you have access to both programs which can be RUN. SAVEd and EDITed.