dynasm-rs
dynasm-rs copied to clipboard
Add support for direct stores (MOVDIRI)
Adds support for MOVDIRI instructions, and a feature flag for the associated "Direct Store" extension (in recent Intel microarchitectures).
This extension also includes the MOVDIR64B
instruction, but I decided not to include it here because I have no particular use for it, and it wasn't immediately obvious how I should specify the encoding.