added origin program
This commit is contained in:
8
programs/origin.S
Normal file
8
programs/origin.S
Normal file
@@ -0,0 +1,8 @@
|
||||
.code32
|
||||
.section .text
|
||||
.global _start
|
||||
_start:
|
||||
mov $1, %eax
|
||||
add $1, %eax
|
||||
loop:
|
||||
jmp loop
|
||||
Reference in New Issue
Block a user