about summary refs log tree commit diff stats
path: root/example/asm_x86.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-231-88/+0
|
* Example/Asm_x86: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
|
* asmbloc: remove un needed mode in asm functionFabrice Desclaux2014-10-081-1/+1
|
* x86 sem: fix sar/shr multiple irdstFabrice Desclaux2014-09-051-0/+8
|
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-19/+41
| | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon.
* ir: move float declaration by arch; clean ir2cserpilliere2014-08-281-0/+8
|
* X86; fix disasm cb transformation call/popserpilliere2014-07-211-0/+3
|
* Miasm v2serpilliere2014-06-031-0/+47
| | | | | | | | | * 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 !
* Send miasm v1 to hellserpilliere2014-06-031-80/+0
|
* parse_asm: clean space; fix examples asm_bloc apiserpilliere2012-12-031-1/+1
|
* core: add api set_offset for asm_label (louis granboulan)serpilliere2012-12-031-1/+1
|
* example: add asm boxserpilliere2012-03-201-2/+5
|
* fix x86_asm epserpilliere2011-09-051-1/+2
|
* realease commitserpilliere2011-07-271-0/+76