Finishing the registers for the CPU

This commit is contained in:
AnonymusRaccoon
2020-01-24 17:32:19 +01:00
parent ba09614ea8
commit b36fb69804
7 changed files with 124 additions and 21 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
int HelloWorld(void);
//
// Created by anonymus-raccoon on 1/24/20.
//
int main(void)
{
return HelloWorld();
return 0;
}