about summary refs log tree commit diff stats
path: root/test/core/parse_asm.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Test/parse_asm: add directive testserpilliere2015-10-291-0/+69
|
* Miasm v2serpilliere2014-06-031-0/+41
* 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 !