Files
mostvoste/main.nasm
T
alexvoste f3fc474eca push
2026-05-07 01:22:24 +03:00

10 lines
85 B
NASM

global .text
_start
mov eax, 70
jp carry_set
carry_set
mov bx, 66
syscall