about summary refs log tree commit diff stats
path: root/test/arch/mips32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix html; Add reg testFabrice Desclaux2021-12-061-0/+1
|
* Update api according to loc_db updateFabrice Desclaux2020-08-311-2/+2
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-5/+6
|
* Add test cases and fix args orderIridiumXOR2020-05-221-0/+21
|
* Add new MIPS opcodes (#1203)IridiumXOR2020-04-291-0/+17
| | | | | * Add new MIPS opcodes * Add test for new opcodes and remove semantics for not implemented opcodes
* Rename elfesteem loaderFabrice Desclaux2019-03-051-1/+1
|
* Include elfesteem fork in miasmPierre LALET2019-03-051-1/+1
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-052-9/+9
|
* Support python2/python3Fabrice Desclaux2019-03-052-9/+13
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-032-7/+7
|
* Code cleaning: remove useless / commented codeAjax2018-06-211-4/+0
|
* Jitter: add simple trace apiFabrice Desclaux2018-06-211-3/+0
|
* Core: updt parser structureFabrice Desclaux2018-05-142-3/+5
|
* Remove absolute sys.pathAjax2017-04-241-3/+0
|
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-241-8/+1
|
* 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
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+2
|
* Test: TCC conditional testsserpilliere2016-04-262-3/+5
|
* Core/parse_asm: update parse_txt API useserpilliere2015-10-291-1/+1
|
* Test/mips/unit: add jcc testsFabrice Desclaux2015-10-272-0/+98
|
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-011-10/+10
| | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04
* mergeFabrice Desclaux2014-09-191-0/+2
|
* mips: add ei/ehb (dummy semantic)Fabrice Desclaux2014-09-151-0/+2
|
* mips32: add ldc1serpilliere2014-08-281-0/+2
|
* Jitter: add mips32l jitserpilliere2014-08-221-1/+1
|
* mips32: add mnemo JAL/MOVZserpilliere2014-08-211-0/+4
|
* mips32: little/big endian is now an attribserpilliere2014-08-211-3/+3
|
* Add mips32 archserpilliere2014-08-061-0/+237