-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few small errors in c64disasm_en.txt #13
Comments
To the point about those However, I do have a couple machines which really do use those If I take an md5sum of the byte stream shown in the listing, then Google it, I don't see any hits. But my one that's only five bytes different seems common enough ( (And you're right: at |
Thanks for the info, @luxocrates. I too was using the ROM with md5sum |
Recently noticed a few small errors in c64disasm_en.txt. First, at A8E3:
This instruction should be
LDX #$11
. Next, at E4CF:There should be only 4 bytes on this line, not 5 (the next instruction is at E4D3). And at EA14:
The comment needs nudging over to the 33rd column.
I also noticed that the instructions at E4DA and E621 are
LDA $D021
andJSR $E6ED
, whereas in a disassembly I've been working on, I haveLDA $0286
andJSR $E591
. However, I understand that these could just be mistakes in the memory dumps I have, or a difference in ROM versions.The text was updated successfully, but these errors were encountered: