077b12f1039dceb830c2b83be8dcbd1b

Il programma più piccolo in Assembly

1
2
3
4
5
6
.section .text
.globl _start
_start:
        movl $1, %eax
        movl $0, %ebx
        int $0x80

Refactorings

No refactoring yet !

Your refactoring





Format Copy from initial code

or Cancel