case opCodes.CMPEQ:
                    //Pop two values off the stack, push true if they equate or false if they do not.
                    var i = data.current()
                            .pop();
                    var j = data.current()