-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
16bit disassembly using wrong syntax #213
Comments
hmm this is the same output generated by Intel's XED. what is the output of Gnu & IDA in this case? thanks. |
@aquynh IDA using the 2nd notation, and it is more common in the 16-bit (aka DOS) world due to the early segment addressing adoption. |
Intel XED uses a very strange syntax indeed, also noticed that while developing a tool with XED. |
while you guys are at it, can you also try jmp m16:16? do we have similar issue here? |
can you give us some hexpairs to construct that instruction? On 11/10/2014 01:51 PM, Nguyen Anh Quynh wrote:
|
this instruction:
but this has no issue with Capstone. |
fixed this issue with commit 4f99ed2 thanks. |
That was quick! thanks! |
the first output is capstone, the second udis86. the capstone output for 16bit disassembly is somewhat confusing to read.
The text was updated successfully, but these errors were encountered: