mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
11 lines
140 B
NASM
11 lines
140 B
NASM
test_func:
|
|
push rbp
|
|
mov rbp, rsp
|
|
|
|
//rbp, rip
|
|
add rax, rdx
|
|
|
|
test_func_footer:
|
|
mov rsp, rbp
|
|
pop rbp
|
|
add rsp, params_size
|