about summary refs log tree commit diff stats
path: root/miasm2/arch/sh4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-053-1083/+0
* Support python2/python3Fabrice Desclaux2019-03-052-20/+26
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-18/+18
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-5/+5
* symbol_pool -> loc_dbAjax2018-07-031-19/+19
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-4/+4
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-15/+20
* Parser: fix arguments nameFabrice Desclaux2018-05-141-19/+19
* Core: updt parser structureFabrice Desclaux2018-05-142-148/+164
* Cpu: fix fromstring arg nameFabrice Desclaux2018-05-091-4/+4
* Remove the default size of ExprMem expressionsAjax2018-02-151-6/+6
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-3/+3
* Remove deprecated use of MatchExprAjax2017-04-211-7/+7
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-10/+10
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-1/+0
* Core/cpu: change ParseAst nameFabrice Desclaux2017-02-131-1/+1
* Core/cpu: improve asm fromstringFabrice Desclaux2017-02-131-5/+1
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
* Expression: remove is_term attributeserpilliere2016-11-041-1/+0
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-6/+6
* Instructions: slots classFabrice Desclaux2016-01-151-0/+1
* Parse_asm: generate asm_label on symbol parsingFabrice Desclaux2015-04-011-3/+9
* Remove lazy logging patternAjax2015-03-301-1/+1
* PyLint: SH4 test code was duplicatedCamille Mougey2015-02-161-435/+0
* PyLint: Remove relative importsCamille Mougey2015-02-161-1/+1
* ir: move float declaration by arch; clean ir2cserpilliere2014-08-281-0/+2
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-211-1/+1
* cpu/arch: arg2str moved in instruction classserpilliere2014-08-051-33/+37
* SH4: fix tiposerpilliere2014-07-221-1/+1
* Arch: remove debug outputserpilliere2014-07-101-2/+1
* Archs: Introduce "all_regs_id_no_alias", a list of all main registers without...ajax2014-06-161-0/+2
* Miasm v2serpilliere2014-06-033-0/+1484