lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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?

Yes, they seem wrong. It wouldn't be the first time a comment is wrong :-)

-- Roberto