Skip to content

Conversation

@boriel
Copy link
Collaborator

@boriel boriel commented Oct 19, 2019

LD (IX + n), n uses always '+' now implicitly. The sign of the offset is calculated
within the expression. So LD (IX - 100), 0 is actually assembled as
LD (IX + (-100)), 0. This makes things more consistent.

LD (IX + n), n uses always '+' now implicitly. The sign of the offset is calculated
within the expression. So LD (IX - 100), 0 is actually assembled as
LD (IX + (-100)), 0. This makes things more consistent.
@boriel boriel merged commit c5d9215 into master Oct 19, 2019
@boriel boriel deleted the bugfix/asm_ix branch October 19, 2019 21:53
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.

2 participants