This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
david
/
eonix
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
d5aa6193eb
Ramuri
Etichete
main
master
eonix
/
user-space-program
/
hello-world.s
hello-world.s
89 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
.code32
.text
.globl main
main:
movl $0xcbcbcbcb, %eax
movl $0xacacacac, %ebx
jmp .