Tekkaman

导航

 

2013年5月17日

摘要: 【x86_64 Assembler Calling Convention】 1、x86_64 registers (r8-r15follow the same convention.) Theripregister is the instruction pointer register which points to the instruction being executed. 2、x86_64寄存器特性表 3、特性要点: 1)常用寄存器有16个,分为x86通用寄存器以及r8-r15寄存器。 2)通用寄存器中,函数执行前后必须保持原始的寄存器有3个:是rbx、rbp、rsp。r... 阅读全文
posted @ 2013-05-17 14:02 Tekkaman 阅读(595) 评论(0) 推荐(0)