going slightly mad. Old code is fine, new is borked. These buffers are never freed (just left for OS to clean up when program exits).
anyone?
| C64 scene | https://csdb.dk/scener/?id=8958 |
| bsky | https://bsky.app/profile/shrydar.bsky.social |
going slightly mad. Old code is fine, new is borked. These buffers are never freed (just left for OS to clean up when program exits).
anyone?
Sometimes Christopher can write a little hot garbage, as a treat.
(don't do this)
Haha oops.
Asm breakpoint is at exit from 6502 version of getBitPair(ctx), with Y=ctx. Python reference implementation log shows decoder calling getBitPair with values of 0x20, 0x30, 0x10, asm shows calls with 0x20, 0x30, 0x0a (i.e. 10 decimal)
#c64 #compression #6502