all:
	arm-none-eabi-gcc -o asm.o -c asm.s -march=armv5t
	arm-none-eabi-objcopy -O binary asm.o asm.bin -j.text
	xxd -i asm.bin | grep 0x > asm.inc