aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/bf.rs
Commit message (Collapse)AuthorAgeFilesLines
* bf: compile constant into jit code, doc updatesJohannes Stoelp9 days1-14/+21
|
* bf: add runtime check for data ptr over/underflowJohannes Stoelp9 days1-14/+83
| | | | | Fix bug to properly save callee-saved registers on jit entry and restore registers on jit exit.
* bf: update upper bound checkJohannes Stoelp9 days1-6/+2
|
* mem: make all memory operands explicit in sizeJohannes Stoelp10 days1-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 Stoelp11 days1-4/+44
|
* bf: align comment on 80 colsJohannes Stoelp11 days1-22/+25
|
* bf: rename file and add to ciJohannes Stoelp14 days1-0/+292