init
This commit is contained in:
commit
7c160040b3
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/tmp.🗿
|
||||
/tmp.asm
|
||||
/tmp.rom
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "lib/IronGolem"]
|
||||
path = lib/IronGolem
|
||||
url = git@git.chauvet.pro:starnakin/IronGolem.git
|
1
lib/IronGolem
Submodule
1
lib/IronGolem
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 357da752fc9495912749f0bff148791cd162e66c
|
7
run.sh
Executable file
7
run.sh
Executable 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
0
src/main.🗿
Normal file
Loading…
Reference in New Issue
Block a user