case opCodes.FMUL:
                    //Pop two integers off the stack, multiply them and push the new result onto the stack.
                    var i = data.current()
                            .pop();
                    var j = data.current()