从程序集 AT&T 中的文件中读取数据
read data from file in assembly AT&T
我想从汇编 AT&T 的文件中读取数据,但我真的不知道从哪里开始。
我没有在互联网上找到有用的资源。
我的工作环境信息:
OS: Ubuntu 14 - 64 bit
CPU: Intel
GAS compiler
Assembly Sintax: AT&T
I'll assemble with: as -o hello.o hello.s
I'll link with: ld -o test hello.o
我想从汇编 AT&T 的文件中读取数据,但我真的不知道从哪里开始。 我没有在互联网上找到有用的资源。
我的工作环境信息:
OS: Ubuntu 14 - 64 bit
CPU: Intel
GAS compiler
Assembly Sintax: AT&T
I'll assemble with: as -o hello.o hello.s
I'll link with: ld -o test hello.o