[问题] 用C内嵌ASM作出类似print功能

楼主: ice0803 (缺人SpotifyFamily)   2014-09-17 08:44:50
开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
X86PC 在VirtualBox下安装Ubuntu,使用gcc编译
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)

问题(Question):
参考"程式设计师的自我修养"这本书的范例,
但实作后,无法显示"Hello world" 字串,但也没发生错误
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
https://gist.github.com/anonymous/1358f69b8d0c8a2ce803
补充说明(Supplement):
编译过程
gcc -c -fno-builtin test.c
ld -static -e nomain -o test test.o
./test
作者: akasan (KITO)   2014-09-17 09:47:00
-m32 挂到 gcc 那串试试, Fedora 20 ok
楼主: ice0803 (缺人SpotifyFamily)   2014-09-17 21:52:00
可以了,感谢

Links booklink

Contact Us: admin [ a t ] ucptt.com