This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
david
/
eonix
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
5d0c569a04
Gałęzie
Tagi
main
master
eonix
/
user-space-program
/
hello-world.s
hello-world.s
89 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
.code32
.text
.globl main
main:
movl $0xcbcbcbcb, %eax
movl $0xacacacac, %ebx
jmp .