Page 5 of 5

Emulator r40 Released

Posted: Mon May 02, 2022 5:33 pm
by Ed Minchau


On 5/1/2022 at 8:17 AM, Michael Steil said:




Please (have someone) file an issue on GitHub.



It's odd.  I'm only getting this happening on one program.  I'm going to continue digging into this before filing an issue; perhaps there's something my program is doing that it shouldn't.

Edit: The problem occurred only when I did the SYS call from immediate mode.  When I typed RUN from BASIC on the second program, the first line is 1 SYS 1024, and no control messages appeared.  It's just a quirk of immediate mode in BASIC that I'd never run into before, because I was doing something I hadn't done before: a SYS call in immediate mode.


Emulator r40 Released

Posted: Tue May 03, 2022 7:03 am
by Michael Steil


On 5/2/2022 at 7:33 PM, Ed Minchau said:




Edit: The problem occurred only when I did the SYS call from immediate mode.  When I typed RUN from BASIC on the second program, the first line is 1 SYS 1024, and no control messages appeared. 



Works as intended (same on the C64): In BASIC immediate mode, the APIs are verbose. Once you run a program, they are silent.