Hello,
according to the following three Wiki Entries the X and Y values used for p (put) and g (get) commands are popped the other way around from the stack.
According tho those wikies, the first poped value is Y and the second one is X (and the third one is V) but in your visual-befunge93-interpreter they are used as if the first value is X and the second one is Y this causes you to have to enter them in reversed order and also makes a lot of befunge examples not work correctly.
Hello,
according to the following three Wiki Entries the X and Y values used for p (put) and g (get) commands are popped the other way around from the stack.
According tho those wikies, the first poped value is Y and the second one is X (and the third one is V) but in your visual-befunge93-interpreter they are used as if the first value is X and the second one is Y this causes you to have to enter them in reversed order and also makes a lot of befunge examples not work correctly.