-
Linux汇编程序linux-nasm
资源介绍
linux汇编程序设计
几种方式构建linux汇编程序
添加了构建功能:
native (makefile also shortest binary if not hacked)
qmake (linked with gcc/g++ very usefull with qtcreator)
cmake (still in progress, support build from same directory)
autotools 'still in progress build from same directory)
添加的支持文件:
autotools ax_prog_nasm.m4 and ax_prog_nasm_opt.m4 for cmake (version 3.19.1)
测试文件:
autotools
hello.asm
gtk3_window
cmake