added origin program

This commit is contained in:
2026-06-16 18:44:31 -05:00
parent 0a51a5e8bc
commit 171cbd21bc
12 changed files with 262 additions and 28 deletions

8
programs/origin.S Normal file
View File

@@ -0,0 +1,8 @@
.code32
.section .text
.global _start
_start:
mov $1, %eax
add $1, %eax
loop:
jmp loop