mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
![]() 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. |
||
---|---|---|
.. | ||
Examples | ||
dasm_arm64.h | ||
dasm_arm64.lua | ||
dasm_arm.h | ||
dasm_arm.lua | ||
dasm_mips64.lua | ||
dasm_mips.h | ||
dasm_mips.lua | ||
dasm_ppc.h | ||
dasm_ppc.lua | ||
dasm_proto.h | ||
dasm_s390x.h | ||
dasm_s390x.lua | ||
dasm_x64.lua | ||
dasm_x86.h | ||
dasm_x86.lua | ||
dynasm.lua |