c64ref
c64ref copied to clipboard
Ultimate Commodore 64 Reference: ROM Disassembly, Memory Map, ...
When viewing the Kernal API, ROM Disassembly, or Memory Map pages with Firefox, the Disassembly/Address row is about half a line further down than the commentary row that it corresponds...
Fixed some duplication / misalignment errors in the c64disasm_en.txt file. (Also mentioned in issue #14 ) I also saw differences in some byte values, as was discussed in issue #13,...
The PETSCII code 255 should be the same character as code 126, but it erroneously maps to code 191 in your PETSCII table. (Perhaps the problem is around [here in...
Are there plans for a **CBM/PET** version? It has its own challenges (BASIC v1, v2 and v4, 40 and 80 columns, etc.), but there are some good sources available (e.g....
In addition to the API address (the jump-table), could you also list the real address too, i.e. where the jump-table jumps *to*. For example, see: https://sta.c64.org/cbm64krnfunc.html This is useful for...
I compiled this one a while ago - would you like to adopt it? https://gist.github.com/matozoid/18cddcbc9cfade3c455bc6230e1f6da6
License?
Hey, would you mind adding a LICENSE so we know how the content can be used? I'm planning on creating a web site for aggregating some retro cheatsheets and some...
Hi, currently you have to scroll all the way to the bottom of the page in order to scroll left and right, because the scrollbar is attached to a div...
Recently noticed a few small errors in *c64disasm_en.txt*. First, at A8E3: .,A8E3 A2 11 LDX #$02 This instruction should be `LDX #$11`. Next, at E4CF: .:E4CF AA AA AA AA...
Something has to be wrong in this section: E46F + 8 = E477, not E473. Looking at a working ROM, I think the E46F line should only be four bytes...