SAVE terminates program

This is the starting place for reporting bugs to the team. We will pass bug reports on to the developers after validating the reports.

You can report bugs in hardware, operating system (KERNAL or BASIC ROMs), the emulator, or the Demo library. For bugs specific to downloaded programs, use the download forum.
Post Reply
grml
Posts: 60
Joined: Sat Aug 13, 2022 8:31 pm

SAVE terminates program

Post by grml »

I'm not sure if this is a bug. I was trying to write some simple tests to learn more about the limits of our DOS.

Simplest attempt:

Code: Select all

10 SAVE "HELLO"
20 PRINT "SAVED"
This will save the current program as "HELLO", but the program is terminated after the save. The message never gets printed but AFAICT, it should. Tried it on a C64 in case this is a limitation everybody but me knows about, but it worked as expected.

R42, default settings (i.e. host fs, did not try any other type of fs)
Post Reply