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

10 lines
53 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:
ldr r0, =0x40000000
2025-12-11 19:32:11 +08:00