asm-macros.i
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. .macro SAVE_CALLEE_CLOBBERED
  2. cld
  3. pushq %rdi
  4. pushq %rsi
  5. pushq %rdx
  6. pushq %rcx
  7. pushq %rbx
  8. pushq %rax
  9. pushq %r8
  10. pushq %r9" 
  11. .endm