case opCodes.FMOD:
                    //Pop two integers off the stack, divide them and push the remainder onto the stack.
                    var i = data.current()
                            .pop();
                    var j = data.current()