about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mips32: add mnemo JAL/MOVZserpilliere2014-08-211-0/+4
|
* mips32: little/big endian is now an attribserpilliere2014-08-211-3/+3
|
* x86: add les/lds. Fix call/ret farserpilliere2014-08-121-0/+16
|
* Add mips32 archserpilliere2014-08-061-0/+237
|
* x86 arch: fix some mnemonicserpilliere2014-08-051-0/+3
|
* Arm arch: add uxtb uxth sxtb sxthserpilliere2014-08-011-0/+15
|
* Test: Improve x86 SSE tests (thanks to Adrien Guinet)ajax2014-07-302-4/+229
|
* X86 arch: addps/addpdserpilliere2014-07-211-0/+4
|
* Arm: update reg testsserpilliere2014-07-031-2/+11
|
* Fix arm reg testsserpilliere2014-06-301-1/+1
|
* Test: add x86 mnemo testsserpilliere2014-06-251-0/+62
|
* Miasm v2serpilliere2014-06-036-0/+3306
* 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 !