alessandropellegrini / z64sim

z64 Simulator
GNU General Public License v3.0
14 stars 2 forks source link

Division and multiplication are not implemented #17

Open alessandropellegrini opened 1 year ago

alessandropellegrini commented 1 year ago

Describe the bug Divisions and multiplication instructions are not implemented in the parser and the simulator.

To Reproduce Programs using div, idiv, mul or imul generate a syntax error.

Expected behaviour Such instructions are correct z64 instructions and should compile.