implemented assembly for addition, substraction and multiplication. Division is not working yet

This commit is contained in:
Clemens-Dautermann 2020-08-24 12:33:45 +02:00
parent 66417bb16e
commit 120a575b15
5 changed files with 134 additions and 69 deletions

View file

@ -38,7 +38,7 @@ namespace Compiler
if (args.Length == 2)
{
if (args[2] == "-v")
if (args[1] == "-v")
{
debug = true;
}