aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/bf.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 Stoelp2024-12-081-0/+292