There's a bug in ProDOSi/cc65!

1 post / 0 new
Online
Last seen: 1 hour 16 min ago
Joined: Nov 12 2022 - 16:50
Posts: 206
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?