組合語言雜記

呼叫子函數需要處理stack

push rbp
mov rsp -> rbp
mov rsp <-rsp-16
call x
mov rsp <- rsp + 16
pop rbp

rdi 存共用變數