linux-arm-demo/driver/board_driver/01-led/led.s

11 lines
64 B
ArmAsm
Raw Normal View History

2025-12-11 19:32:11 +08:00
2025-12-11 20:16:09 +08:00
.global _start
2025-12-11 19:32:11 +08:00
2025-12-11 20:16:09 +08:00
_start:
2025-12-11 20:31:11 +08:00
ldr sp, =0x40000000
b main
2025-12-11 19:32:11 +08:00