Skip to content
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

65c02 trace does not correctly disassemble some instruction modes #17

Open
nailed-barnacle opened this issue Feb 5, 2025 · 1 comment

Comments

@nailed-barnacle
Copy link

Code using the zero page indirect modes, e.g. LDA (ZP) and sta (ZP) shows only the operation and not the parameter:

E21C 80 F1 BRA $F1 A:4E X:FF Y:E0 F:25 S:1FD [..-..I.C]
E20F B2 52 LDA A:65 X:FF Y:E0 F:25 S:1FD [..-..I.C]
E211 F0 0B BEQ $0B A:65 X:FF Y:E0 F:25 S:1FD [..-..I.C]

(lines before and after included for comparison).

@sethm
Copy link
Owner

sethm commented Feb 5, 2025

Hi @nailed-barnacle, thanks for reporting this. I'll work on a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants