-
Notifications
You must be signed in to change notification settings - Fork 5
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
Halves of index registers #17
Comments
Thanks for the report! It seems that instructions using any half (such as The size issue comes from the source Z80 instruction set data; I'll report it to the page maintainer. |
Fixed issues: Halves of index registers not always recognized. #17
|
|
Instructions like
LD XL,n
andLD YH,r
are not recognized whileOR XL
is processed correctly.Also,
LD IXL,n
is recognized, but the calculated length is 2 bytes instead of 3.The text was updated successfully, but these errors were encountered: