...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user