Leonardo2718/lua-vermelha

Re-implement SUB, MUL, DIV, and IDIV

Opened this issue · 0 comments

IL generation for the SUB, MUL, DIV, and IDIV, opcodes needs to be re-implemented to follow the style of ADD. Once this is done, the vm_sub(), vm_mul(), vm_div(), and vm_idiv() helper functions can be deleted.