IT WORKSSSS, WE'RE ACCESSING THE ARGS!!!!!

This commit is contained in:
SpookyDervish
2025-09-10 20:25:19 +10:00
parent 523ccecbc0
commit a23bcf7823
5 changed files with 101 additions and 62 deletions

View File

@@ -19,9 +19,11 @@ push rbp
mov rbp, rsp
mov rsi, .LC0
mov rdx, .LC1
push rdi
mov rax, 1
mov rdi, 1
syscall
mov rax, 123
pop rdi
mov rax, rdi
pop rbp
ret