#!/bin/bash
arm-none-eabi-gcc -mthumb-interwork -specs=gba.specs tilemap32x32.S
arm-none-eabi-objcopy -O binary a.out tilemap.gba
wine gbafix test.gba
gvba test.gba
