Open alessandropellegrini opened 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.
div
idiv
mul
imul
Expected behaviour Such instructions are correct z64 instructions and should compile.
Describe the bug Divisions and multiplication instructions are not implemented in the parser and the simulator.
To Reproduce Programs using
div
,idiv
,mul
orimul
generate a syntax error.Expected behaviour Such instructions are correct z64 instructions and should compile.