mirror of
https://github.com/geohot/qira
synced 2025-02-15 14:04:13 +03:00
12 lines
82 B
NASM
12 lines
82 B
NASM
mov eax, 3
|
|
|
|
fail:
|
|
mov ebx, 2
|
|
sub eax, 1
|
|
cmp eax, 0
|
|
jne fail
|
|
|
|
mov eax, 1
|
|
int 0x80
|
|
|