mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
77f283c328
The parse_mem_bx function now returns a function to call to add an action to the action list to handle the evaluation of the displacement. This allows us to delay adding said action until after we have emitted the actions for the instruction encodings themselves. Code like this should now work: int x = 24 | st r1, x(sp) |
||
---|---|---|
.. | ||
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 |