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.38k stars 146 forks source link

actions.py: Create enums for `type` and `emit_type` #326

Closed Serial-ATA closed 1 month ago

marjevan commented 3 months ago

Thanks. Note - XED tests fail with this commit.

Run: python ./mfile.py test clean

Serial-ATA commented 3 months ago

Thanks, fixed.