about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-17Sembuilder: update regression testAjax1-1/+10
2015-11-16SemBuilder: introduce a new notation {a, b} for ExprComposeAjax1-0/+27
2015-11-16SemBuilder: use a local context per functionAjax1-2/+6
2015-11-16x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2-0/+12
2015-11-16x86/sem: fix cmpxchg using a sembuilderAjax1-19/+17
2015-11-16SemBuilder: handle if .. else .. structuresAjax1-37/+46
2015-11-16SemBuilder: update `ir.get_next_label` APIAjax1-1/+2
2015-11-16SemBuilder: allow alias (re-assignment of a declared var)Ajax1-0/+1
2015-11-16Test: enable QEMU tests for "bcd"Ajax1-1/+2
2015-11-16x86/sem: 'aad' af is undefined, but must be set to 0Ajax1-0/+1
2015-11-16x86/sem: 'aam' af is undefined, but must be set to 0Ajax1-0/+1
2015-11-16x86/sem: fix 'aas' factor code with 'aaa'Ajax1-27/+10
2015-11-16