aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn/inc.rs
Commit message (Collapse)AuthorAgeFilesLines
* mem: make all memory operands explicit in sizeJohannes Stoelp10 days1-9/+9
| | | | | | | | | * 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 instructionsJohannes Stoelp2024-12-071-1/+25
| | | | * add dec, inc instruction for with memory operand
* asm: add inc, xor insn and initial support for memory base+idxJohannes Stoelp2024-12-061-0/+14