This commit is contained in:
nub31
2025-06-14 19:00:45 +02:00
parent d57d95ec8e
commit 04fb47ef32
8 changed files with 27 additions and 26 deletions

View File

@@ -1,9 +1,12 @@
.intel_Syntax noprefix
.intel_syntax noprefix
.extern main
.section .text
.global _start
_start:
mov rdi, rsp
sub rsp, 8
mov [rsp], rdi
mov rdi, rsp
# func main(args: []^string): i64
call main