implemented assembly for addition, substraction and multiplication. Division is not working yet
This commit is contained in:
parent
66417bb16e
commit
120a575b15
5 changed files with 134 additions and 69 deletions
|
|
@ -38,7 +38,7 @@ namespace Compiler
|
|||
|
||||
if (args.Length == 2)
|
||||
{
|
||||
if (args[2] == "-v")
|
||||
if (args[1] == "-v")
|
||||
{
|
||||
debug = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue