This release supports all of the instructions defined in the Befunge-93 specification:
http://catseye.tc/projects/befunge93/doc/befunge93.html
The divide and modulo instructions are handled in Befunge-98 style - that is, I don't ask for the user what to do if the divisor is zero. Instead, I just push a zero on to the stack.
Note: see the notes for the 0.2.0.0 release for information on how to run IronBefunge.