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