intelxed / xed

The X86 Encoder Decoder (XED), is a software library for encoding and decoding X86 (IA32 and Intel64) instructions
https://intelxed.github.io/
Apache License 2.0
1.39k stars 145 forks source link

Using both -ast and -isa-set in the XED command interface #262

Open andreas-abel opened 3 years ago

andreas-abel commented 3 years ago

If the -ast option is used with the XED command interface, the -isa-set option has no effect.

markcharney commented 3 years ago

i’ll take a look. thx.