mikepaul-LuaJIT/dynasm
Michael Munday 000b1a84f0 Breakup instructions and action list into halfword chunks.
This should allow us to encode the instructions relatively naturally
and efficiently. For now I've escaped halfwords with a value <=
the maximum action. This means that 0 is escaped which probably
isn't ideal, so we may want to revisit that decision at some point.
2016-11-29 18:06:59 -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 Add a description of how immediate actions should be encoded. 2016-11-29 16:29:42 -05:00
dasm_s390x.lua Breakup instructions and action list into halfword chunks. 2016-11-29 18:06:59 -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