case opCodes.IMOD:
                    //Pop two integers off the stack, take modulus and push the new result onto the stack.
                    var i = Math.floor(
                        data.current()
                            .pop());