組合語言雜記

出自Tan Kian-ting的維基
跳至導覽 跳至搜尋

呼叫子函數需要處理stack

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

rdi 存共用變數