nds/arm7/start.s
2024-09-01 23:01:00 -05:00

5 lines
56 B
ArmAsm

.section .text.start
.global _start
_start:
b _start