10 lines
85 B
NASM
10 lines
85 B
NASM
global .text
|
|
|
|
_start
|
|
mov eax, 70
|
|
|
|
jp carry_set
|
|
carry_set
|
|
mov bx, 66
|
|
syscall
|