aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn/add.rs
Commit message (Collapse)AuthorAgeFilesLines
* mem: make all memory operands explicit in sizeJohannes Stoelp11 days1-17/+35
| | | | | | | | | * 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 Stoelp12 days1-1/+7
|
* asm: add inc, xor insn and initial support for memory base+idxJohannes Stoelp2024-12-061-0/+12
|
* asm: preparation for cmovnz/cmovzJohannes Stoelp2024-03-181-2/+2
|
* remove preludeJohannes Stoelp2023-12-071-1/+2
|
* insn: add additional insn required for the new tiny_vm exampleJohannes Stoelp2023-12-051-0/+12
|
* Add JNZ and Reg32 ADD, DEC, TEST for readme exampleJohannes Stoelp2023-02-271-0/+6
|
* Add ADD, DEC, TEST, RET instructionsJohannes Stoelp2023-02-271-0/+7