9 lines
104 B
ArmAsm
Raw Normal View History

.section .text.start
.align 4
.global _start
_start:
@ Disable interrupts
CPSID aif
b main