.syntax unified
.include "regs.asm"


.org 0x80000e0
.word isr

isr:
	bx lr

.end
