Skip to content

Add sign extension instructions support#333

Merged
tolauwae merged 2 commits intomainfrom
feat/sign-extension
Dec 2, 2025
Merged

Add sign extension instructions support#333
tolauwae merged 2 commits intomainfrom
feat/sign-extension

Conversation

@abelstuker
Copy link
Copy Markdown
Contributor

This PR closes #298.
It implements support for sign extension instructions (opcodes 0xc0 ... 0xc4) and adds corresponding tests to the i64_0 and i32_0 latch test suites.

@abelstuker abelstuker marked this pull request as ready for review November 22, 2025 10:25
Copy link
Copy Markdown
Member

@tolauwae tolauwae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for the extra tests.

@tolauwae tolauwae enabled auto-merge (squash) December 2, 2025 13:50
@tolauwae tolauwae force-pushed the feat/sign-extension branch from a070a4b to 756735e Compare December 2, 2025 13:51
@tolauwae tolauwae merged commit 6f1390f into main Dec 2, 2025
15 checks passed
@tolauwae tolauwae deleted the feat/sign-extension branch December 2, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📑 Sign extension

2 participants