Assistance with cc65 to test new functionality

1 post / 0 new
Offline
Last seen: 7 hours 33 min ago
Joined: Jun 22 2025 - 17:07
Posts: 1
Assistance with cc65 to test new functionality

Greetings,

I'm working on implementing conio cgets in cc65 https://github.com/cc65/cc65/pull/2705. The code reviewer has asked that I confirm functionality in at least Apple ][, Atari 800, and C64.

Looking at all the options for cc65 to compile Apple ][ programs https://cc65.github.io/doc/apple2.html, I'm not sure which to use. Can I get some advice on what the best options are?

Also, if I have an executable, would it be okay to post or link to it here to ask users to test?

Alternatively, I could post same sample C source code, but it would need cc65 to compile and assemble.

I tried using an emulator, but it needs a ROM file. I got one from a *.za site, seems trustworthy, but the emulator won't accept it. Even then, I'm not sure which executable format is accepted.

Kind regards,

Russell