dynasm-rs icon indicating copy to clipboard operation
dynasm-rs copied to clipboard

Add support for direct stores (MOVDIRI)

Open eigenform opened this issue 11 months ago • 3 comments

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.

eigenform avatar Mar 18 '24 18:03 eigenform