Add ARM9 exception vectors feature from @TuxSH
This commit is contained in:
5
exceptions/arm9/source/start.s
Normal file
5
exceptions/arm9/source/start.s
Normal file
@@ -0,0 +1,5 @@
|
||||
.section .text.start
|
||||
.align 4
|
||||
.global _start
|
||||
_start:
|
||||
b main
|
||||
Reference in New Issue
Block a user