Fixed many parsing and logic bugs.
Finished more opcodes.
This commit is contained in:
@@ -35,6 +35,7 @@ int main(int argc, char **argv)
|
||||
|
||||
Program.Load(filename);
|
||||
Program.Parse();
|
||||
Program.PrintCodeList();
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user