mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-20 14:03:26 +00:00
![]() DynASM already allows usage of jump taget syntax in x86 MRM | mov rax, [->1] On x86_86 this leads to generatation of IP-realtive code. but for some reason "&expr" jump target syntax is not supported. The patch enables this syntax, so now we may write | mov rcx, [&addr] instead of | mov64 rcx, &addr | mov rcx, [rcx] |
||
---|---|---|
.. | ||
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_x64.lua | ||
dasm_x86.h | ||
dasm_x86.lua | ||
dynasm.lua |