commit 7c160040b32c48cc5999fefdc3529a6c2c14ce4c Author: starnakin Date: Sun Jul 23 01:04:54 2023 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4798374 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/tmp.🗿 +/tmp.asm +/tmp.rom diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..514bf6d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/IronGolem"] + path = lib/IronGolem + url = git@git.chauvet.pro:starnakin/IronGolem.git diff --git a/lib/IronGolem b/lib/IronGolem new file mode 160000 index 0000000..357da75 --- /dev/null +++ b/lib/IronGolem @@ -0,0 +1 @@ +Subproject commit 357da752fc9495912749f0bff148791cd162e66c diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..d8bdcb9 --- /dev/null +++ b/run.sh @@ -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 diff --git a/src/main.🗿 b/src/main.🗿 new file mode 100644 index 0000000..e69de29