Files
my-os-project2/user/hello/hello.s
2025-09-01 23:22:47 +02:00

7 lines
44 B
ArmAsm

.global _start
_start:
.spin:
jmp .spin