[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.3 OP_TEST / OP_TESTSET comment in lopcodes.h
- From: Dibyendu Majumdar <mobile@...>
- Date: Thu, 16 Apr 2020 23:50:36 +0100
Hi,
Kristopher38 brought to my attention that my Lua 5.3 bytecode
reference is incorrect regarding these two op codes. Details of the
issue are here:
https://github.com/dibyendumajumdar/ravi/issues/184
>>From my initial look, Kristopher38 appears to be correct.
But that implies the comment regarding the opcodes OP_TEST /
OP_TESTSET in lopcodes.h might be incorrect?
Thanks and regards
Dibyendu