Files
RockOS/programs/origin.S

8 lines
102 B
ArmAsm
Raw Normal View History

2026-06-16 18:44:31 -05:00
.code32
.section .text
.global _start
_start:
mov $1, %eax
add $1, %eax
loop:
jmp loop