feat: mvp

This commit is contained in:
root
2024-10-31 18:11:10 +03:00
parent 88e75e848a
commit d7f2db8780
2 changed files with 15 additions and 13 deletions

View File

@ -8,7 +8,7 @@ section .text
_start:
xor rax, rax,
add rax, 1
int3
;int3
add rax, 12
;int3
mov rax, 33
@ -19,6 +19,7 @@ _start:
mov rsi, msg
mov rdx, msg_len
syscall
int3
mov rax, 60
mov rdi, 0