small fixes

This commit is contained in:
nub31
2025-06-11 10:46:41 +02:00
parent 299e06a03e
commit 7effe36988
5 changed files with 20 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
.global _start
_start:
mov rdi, rsp
# main([]^string): i64
# func main(args: []^string): i64
call main
mov rdi, rax
mov rax, 60