nds/arm7/start.s
2024-09-01 22:59:03 -05:00

5 lines
56 B
ArmAsm

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