linux-arm-demo/driver/board_driver/01-led/led.s
2025-12-11 20:31:11 +08:00

11 lines
64 B
ArmAsm

.global _start
_start:
ldr sp, =0x40000000
b main