Cosmos/source/Lost/Assembler/test.asm
LostTheBlack_cp 3060b02e0c AMD64 assembler:
[-] some unnecessary overloads
[+] overloaded operators in order to allow defining memory operands easily
[+] overloaded automatic conversions to allow operands
[+] Labels support
[+] code generator based on F# started
2008-05-09 11:29:38 +00:00

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