Emulator r40 Released

Announcements by the development team or forum staff.
Ed Minchau
Posts: 503
Joined: Sat Jul 11, 2020 3:30 pm

Emulator r40 Released

Post 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.

Michael Steil
Posts: 94
Joined: Mon May 18, 2020 7:25 pm

Emulator r40 Released

Post 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.

Post Reply