-
Notifications
You must be signed in to change notification settings - Fork 64
Changes
Dibyendu Majumdar edited this page Jan 6, 2015
·
26 revisions
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.
Added opcode OP_UNMF to the VM - floating point unary minus.
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.