aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/bf.rs
Commit message (Collapse)AuthorAgeFilesLines
* bf: add runtime check for data ptr over/underflowJohannes Stoelp2024-12-131-14/+83
| | | | | Fix bug to properly save callee-saved registers on jit entry and restore registers on jit exit.
* bf: update upper bound checkJohannes Stoelp2024-12-131-6/+2
|
* mem: make all memory operands explicit in sizeJohannes Stoelp2024-12-131-8/+12
| | | | | | | | | * 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 fun optimization to fold +- insnsJohannes Stoelp2024-12-111-4/+44
|
* bf: align comment on 80 colsJohannes Stoelp2024-12-111-22/+25
|
* bf: rename file and add to ciJohannes Stoelp2024-12-081-0/+292