2013年3月6日 星期三

gas at&t 相關連結

GAS: Explanation of .cfi_def_cfa_offset: http://stackoverflow.com/questions/7534420/gas-explanation-of-cfi-def-cfa-offset

What I Dislike About GAS: http://x86asm.net/articles/what-i-dislike-about-gas/

AT&T 汇编学习: http://www.cnblogs.com/brucewoo/archive/2010/07/27/2252032.html

resources and discussion on 64-bit programming with GAS:
http://www.x86-64.org/

gas:
http://c9s.blogspot.com/2008/06/linux-gnu-as-1.html
http://www.ibm.com/developerworks/linux/library/l-gas-nasm/index.html 

Linux assemblers: A comparison of GAS and NASM: http://www.ibm.com/developerworks/library/l-gas-nasm.html

個人電腦 (x86) 的最小啟動程式 (gas AT&T 語法)

反組譯 c/c++ disassembly

C 語言裏嵌入組合語言

ARM GNU GCC Inline Assembler Part II

_asm__ __volatile__ GCC的内嵌汇编语法 AT&T汇编语言语法(二):
http://hi.baidu.com/uhcuhntbgwatvxr/item/c92bc3148634e70ee65c365b
http://blog.csdn.net/robbie1314/article/details/6329880

AT&T 組合語言指令詳解

x86 定址:
AT&T: immed32(basepointer,indexpointer,indexscale)
Intel: [basepointer + indexpointer*indexscale + imm32)
ex:
lea (%edx,%eax,1),%eax

%edx + %eax*1



沒有留言:

張貼留言

使用 google 的 reCAPTCHA 驗證碼, 總算可以輕鬆留言了。

我實在受不了 spam 了, 又不想讓大家的眼睛花掉, 只好放棄匿名留言。這是沒辦法中的辦法了。留言的朋友需要有 google 帳號。