about summary refs log tree commit diff stats
path: root/test/arch/x86/unit/asm_test.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update api according to loc_db updateFabrice Desclaux2020-08-311-2/+2
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-7/+8
|
* Rename elfesteem loaderFabrice Desclaux2019-03-051-1/+1
|
* Include elfesteem fork in miasmPierre LALET2019-03-051-1/+1
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-6/+6
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+6
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-4/+4
|
* Jitter: add simple trace apiFabrice Desclaux2018-06-211-7/+0
|
* Core: updt parser structureFabrice Desclaux2018-05-141-1/+0
|
* Add a regression test for DIV 128bitsAjax2017-06-271-0/+10
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-2/+2
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-3/+3
|
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-131-1/+1
|
* these files are not top level executables, adaptAymeric Vincent2017-01-051-8/+0
|
* Test: TCC conditional testsserpilliere2016-04-261-4/+4
|
* X86/test: updt test apiFabrice Desclaux2016-04-181-12/+47
|
* Core/parse_asm: update parse_txt API useserpilliere2015-10-291-1/+1
|
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-12/+0
|
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-011-2/+1
|
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-1/+1
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-2/+2
| | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
* test: add mnemonic testsFabrice Desclaux2014-09-191-0/+78