mirror of
https://github.com/geohot/qira
synced 2025-03-15 11:32:55 +03:00
9 lines
49 B
NASM
9 lines
49 B
NASM
push 7
|
|
call fxn
|
|
mov rax, 60
|
|
syscall
|
|
|
|
fxn:
|
|
ret
|
|
|