mikepaul-LuaJIT/dynasm
niravthakkar f0dd40dc50 Adding support for Immediate add mode
The masking in immediate mode might not be proper. I could understand that you had masked 12bits and then 8bits to get the displacement in place for 20-bit displacement ( cp[-2] |= n&0xfff;          cp[-1] |= (n>>4)&0xff00;)  But in my case I need all the 32bits, so not sure how to go about it. Currently I have just used "n" since no point in "and with 0xffff" But I am getting core dump. Please Let me know your comments on these.
2016-12-02 17:37:20 +05:30
..
Examples Update test_z_inst.c 2016-12-02 15:46:45 +05:30
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 Adding support for Immediate add mode 2016-12-02 17:37:20 +05:30
dasm_s390x.lua Minor cleanup and modified 32 bit signed check 2016-12-02 17:19:29 +05:30
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