Skip to content

Conversation

@markdryan
Copy link
Owner

  • Fix a bug with the align statement. The address of labels that followed an align statement that appeared at an offset that was already aligned, were incorrectly computed.

There was a bug in the linker which caused it to incorrectly
compute the address of labels preceeded by an align directive
that was already aligned, e.g., align 8 on 0x8000, was not
working correctly.  The bug is fixed and a test case has been
added.

Signed-off-by: Mark Ryan <[email protected]>
Update the version number.

Signed-off-by: Mark Ryan <[email protected]>
@markdryan markdryan merged commit 446393a into main Jun 17, 2022
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