There's a bug in ProDOSi/cc65!

1 post / 0 new
Offline
Last seen: 6 hours 22 min ago
Joined: Nov 12 2022 - 16:50
Posts: 200
There's a bug in ProDOSi/cc65!

Hi!  I just wanted to share that there is a bug in my ProDOSi API for cc65: when returning an error, my code doesn't set gthe MSB to 0.  Therefore, you need to clear the MSB yourself by ANDing the returned value with 255.  Otherwise, is it good?