aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* mem: make all memory operands explicit in sizeJohannes Stoelp10 days1-33/+36
| | | | | | | | | * 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
* remove preludeJohannes Stoelp2023-12-072-2/+4
|
* Add jmp testJohannes Stoelp2023-03-051-0/+59
|
* Fixed testsJohannes Stoelp2023-02-271-2/+1
|
* Move prelude to crate level and make publicJohannes Stoelp2023-02-271-3/+1
|
* Add MOV testsJohannes Stoelp2023-02-271-0/+118