sovereignx/build.bat

5 lines
146 B
Batchfile
Raw Normal View History

2015-10-08 10:03:14 +01:00
as -mcpu=arm7tdmi asm/emerald.s
ld -T ld_script.txt -o emerald.o a.out
objcopy -O binary emerald.o emerald.gba
fc /b base_emerald.gba emerald.gba