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

Implemented decoding instructions OR and MOVSX + minor fixes #19

Merged
5 commits merged into from Mar 30, 2015

Conversation

dnet
Copy link
Contributor

@dnet dnet commented Mar 30, 2015

I added the two instructions and did some cleanup. Although MOVSX does sign extension, but it's hard to express that in C, so I made it work like MOV, but if you have a better idea, feel free to change it before merging.

@ghost ghost merged commit 301b05b into plasma-disassembler:master Mar 30, 2015
@ghost
Copy link

ghost commented Mar 30, 2015

Thanks

This pull request was closed.
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

1 participant