about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/regs.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-27/+27
* Add support for BND registers and parsing in disassemblyAjax2018-01-261-0/+3
* Complete attrib_to_regs with IP/EIP (was present in 64)Ajax2017-07-211-2/+2
* Introduce attrib_to_regs: map attrib to corresponding registersAjax2017-04-181-0/+6
* Expression: remove is_term attributeserpilliere2016-11-041-1/+0
* Duplicated R15 declarations removedGuillaume Valadon2016-09-011-4/+3
* x86: add a new "register" named interrupt_numAjax2015-11-091-2/+3
* Arch/x86/sem: add custom float popserpilliere2015-10-231-2/+9
* X86: add missing xmm registersFabrice Desclaux2015-04-011-0/+7
* PyLint: Wild-unused-import (expression.expression) in x86 partCamille Mougey2015-02-161-1/+1
* ir: move float declaration by arch; clean ir2cserpilliere2014-08-281-17/+11
* x86 arch: fix some mnemonicserpilliere2014-08-051-8/+8
* x86: Improve SSE support (thanks to Adrien Guinet)ajax2014-07-301-0/+16
* Archs: Introduce "all_regs_id_no_alias", a list of all main registers without...ajax2014-06-161-0/+19
* Miasm v2serpilliere2014-06-031-0/+405