Posted By
Csabo on 2021-02-17 08:43:49
| Re: Exomizer and Novamaker
No such thing as dumb questions Little typo there, I think you mean "How do I merge MULTIPLE .prg files into a single .prg file?"
Well, there's LOTS of ways to go about this, but - without knowing all the details - the simplest way I think is this: in an emulator; load the first file, load the second file, save a new file. (The same thing is what one would do using a real machine and a disk drive.) Assuming they don't overlap; if they do, you'd want to maybe move one of them with the "T" command in monitor.
You could also hex dump or disassemble the PRG files, which gives you two text files, combine those two in your favourite text editor (or IDE), then compile it into a new PRG.
Hope this helps
|