aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/insn/cmp.rs
Commit message (Collapse)AuthorAgeFilesLines
* bf: add runtime check for data ptr over/underflowJohannes Stoelp10 days1-1/+7
| | | | | Fix bug to properly save callee-saved registers on jit entry and restore registers on jit exit.
* mem: make all memory operands explicit in sizeJohannes Stoelp11 days1-5/+5
| | | | | | | | | * 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
* bf: add jit compiler and interpreterJohannes Stoelp2024-12-071-1/+7
|
* remove preludeJohannes Stoelp2023-12-071-1/+2
|
* insn: add additional insn required for the new tiny_vm exampleJohannes Stoelp2023-12-051-0/+7