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