aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn/sub.rs
Commit message (Collapse)AuthorAgeFilesLines
* mem: make all memory operands explicit in sizeJohannes Stoelp10 days1-4/+4
| | | | | | | | | * 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 sub insn, add imm8Johannes Stoelp11 days1-0/+14