This commit is contained in:
starnakin 2023-07-23 01:04:54 +02:00
commit 7c160040b3
5 changed files with 14 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/tmp.🗿
/tmp.asm
/tmp.rom

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib/IronGolem"]
path = lib/IronGolem
url = git@git.chauvet.pro:starnakin/IronGolem.git

1
lib/IronGolem Submodule

@ -0,0 +1 @@
Subproject commit 357da752fc9495912749f0bff148791cd162e66c

7
run.sh Executable file
View File

@ -0,0 +1,7 @@
cd lib/IronGolem/
./run.sh
cd $OLDPWD
cat lib/IronGolem/tmp.🗿 src/*.🗿 > tmp.🗿
golemc tmp.🗿 >tmp.asm
orgaasm tmp.asm tmp.rom
orgaemu tmp.rom

0
src/main.🗿 Normal file
View File