mikepaul-LuaJIT/dynasm
Michael Munday 361a298371 Add lhi instruction and fix immediate parsing.
We were reading immediate values as hexadecimal values, really we
want the default to be decimal unless the immediate has a '0x' prefix.
2016-12-12 14:38:55 -05:00
..
Examples Add lhi instruction and fix immediate parsing. 2016-12-12 14:38:55 -05:00
dasm_arm64.h Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_arm64.lua Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_arm.h Bump copyright date to 2016. 2016-03-03 12:02:22 +01:00
dasm_arm.lua Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_mips64.lua DynASM/MIPS: Add missing MIPS64 instructions. 2016-05-28 05:09:24 +02:00
dasm_mips.h DynASM/MIPS: Add missing MIPS64 instructions. 2016-05-28 05:09:24 +02:00
dasm_mips.lua DynASM/MIPS: Add missing MIPS64 instructions. 2016-05-28 05:09:24 +02:00
dasm_ppc.h Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_ppc.lua Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_proto.h Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_s390x.h Correct the range of parameter, and merge the two case 2016-12-12 11:21:42 +05:30
dasm_s390x.lua Add lhi instruction and fix immediate parsing. 2016-12-12 14:38:55 -05:00
dasm_x64.lua Bump copyright date to 2016. 2016-03-03 12:02:22 +01:00
dasm_x86.h Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
dasm_x86.lua DynASM/x86: Add ADX instructions. 2016-03-06 12:25:03 +01:00
dynasm.lua Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00