Improving compiler.

This commit is contained in:
2022-01-04 21:36:37 -08:00
parent c9ebb85d13
commit dfd205ce22
28 changed files with 500 additions and 183 deletions

5
run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
make clean
make
wine ./emulator/bgb.exe "obj\\Example.gb"