Asembler x86/Funkcje/GNU AS: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
$
brakujące $
Linia 17:
movl %eax, 1
movl %ebx, 5
int %$80h
printChar:
movl [$msg], %al
movl %eax, $4
movl %ebx, $1
movl %ecx, $msg
movl %edx, $1
int $80h
ret
</source>