about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test/X86: updt reg testsFabrice Desclaux2015-02-271-6/+6
|
* Fixed regression tests for PUSHFW and POPFWgg2015-02-201-2/+2
|
* x86: add les/lds. Fix call/ret farserpilliere2014-08-121-0/+16
|
* x86 arch: fix some mnemonicserpilliere2014-08-051-0/+3
|
* Test: Improve x86 SSE tests (thanks to Adrien Guinet)ajax2014-07-301-4/+75
|
* X86 arch: addps/addpdserpilliere2014-07-211-0/+4
|
* Test: add x86 mnemo testsserpilliere2014-06-251-0/+62
|
* Miasm v2serpilliere2014-06-031-0/+1779
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !