Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm: remove EncodeMI helper | Johannes Stoelp | 10 days | 1 | -28/+4 |
| | | | | | * EncodeMI and EncodeM are identical after introducing explicitly sized memory operands | ||||
* | mem: make all memory operands explicit in size | Johannes Stoelp | 10 days | 1 | -73/+66 |
| | | | | | | | | | * remove non size explicit MemOp * introduce private Mem trait * implement Mem8, Mem16, Mem32 and Mem64 operands * implement EncodeX helpers based on explicit memory operands * fixup instructions with explicit memory operands * fixup examples | ||||
* | asm: add initial support for memory operand only instructions | Johannes Stoelp | 2024-12-07 | 1 | -2/+85 |
| | | | | * add dec, inc instruction for with memory operand | ||||
* | asm: add inc, xor insn and initial support for memory base+idx | Johannes Stoelp | 2024-12-06 | 1 | -18/+49 |
| | |||||
* | asm: preparation for cmovnz/cmovz | Johannes Stoelp | 2024-03-18 | 1 | -2/+3 |
| | |||||
* | asm: move into sub module; remove encode_ri | Johannes Stoelp | 2023-12-08 | 1 | -0/+344 |