Skip to content
Dibyendu Majumdar edited this page Jan 6, 2015 · 26 revisions

Change Log

05-Jan-2015

Added various opcodes in opcodes.h. OP_RAVI opcode introduces a 64-bit instruction where the real opcode is stored in 10 bits - and a,b & c take up 16 bits each.

02-Jan-2015

Added opcode OP_UNMF to the VM - floating point unary minus.

01-Jan-2015

Need to add more opcodes. So as a first step modified the SIZE_OP to 8 bits and adjusted SIZE_B and SIZE_C in lopcodes.h. Also in luaconf.h change LUAI_FUNC to LUA_API so that we can write some test cases using internal routines.

Clone this wiki locally