-
Notifications
You must be signed in to change notification settings - Fork 25
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
How was encodings made? #13
Comments
Hand-made and fuzz-tested against Intels XED.
I do have plans to add rw-info and info on implicit operands at some point. It will be a larger effort, though, and I might want to add APX and AVX10.2 support first.
Happy to hear this is helpful! |
Glad to hear that you will work on RW info! I'll be waiting for it then. I tried to do it manually by adding My project is here if you're interested: https://github.com/playx18/uasm. I am also using your disarm project for ARM JIT but it's still WIP. One thing I could not figure out from |
Is it hand-made or somehow parsed from Intel manual? I am using
instrs.txt
in my project but looking to add RW info for operands and doing it by hand is quite painful.The text was updated successfully, but these errors were encountered: