Posted By
 Csabo on 2024-01-31 15:35:00
| Re: A "new" question that is older than the road
you will be failed to do it because both of them save the basic program from $4000 That's the actual behaviour of the Plus/4, so it's emulated correctly. (If you change the emulators to C16 mode, this won't happen BTW.)
If a BASIC program is saved from $4001 (or any other location, for that matter), I would not call that "failed" since you can still load it with DLOAD just fine. Finally, if you want to move the program back to $1001, you simply have to issue a GRAPHIC CLR statement before saving. |