split out files and add build batch file

This commit is contained in:
YamaArashi
2015-10-05 06:03:59 -07:00
parent 7f3c790d09
commit 9024595c93
7 changed files with 236 additions and 206 deletions
+4
View File
@@ -0,0 +1,4 @@
as -mcpu=arm7tdmi asm/emerald.s -Iasm
ld -T ld_script.txt -o emerald.o a.out
objcopy -O binary emerald.o emerald.gba
fc /b base_emerald.gba emerald.gba