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

Fix minor asm/dasm bugs #80

Merged
merged 4 commits into from Sep 12, 2023
Merged

Fix minor asm/dasm bugs #80

merged 4 commits into from Sep 12, 2023

Conversation

patricksurry
Copy link

Fix for issue #79

Py65 Monitor

        PC  AC XR YR SP NV-BDIZC
65C02: 0000 00 00 00 ff 00110000
.a 1000 stz 12
$1000  64 12     STZ $12

...

.d 1000
$1000  64 12     STZ $12

...

.al 12 twelve

...

.a 1000 lda (twelve)
$1000  b2 12     LDA (twelve)

@mnaberez mnaberez merged commit fa4cf35 into mnaberez:main Sep 12, 2023
12 checks passed
mnaberez added a commit that referenced this pull request Sep 12, 2023
mnaberez added a commit that referenced this pull request Sep 12, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants