Assembler x86 32 ATT:用Assembler x86 IA 32 AT&T语法编写的小程序 源码
汇编程序x86-32-AT-T 用AT&T语法用Assembler x86 IA-32编写的小程序 组装: 为--32 filename.s -o filename.o 连结器: ld -m elf_i386 filename.o 执行: ./a.out或gdb a.out 在Linux上获取gdb: sudo apt安装gdb
文件列表
Assembler-x86-32-ATT-main.zip
(预估有个12文件)
Assembler-x86-32-ATT-main
digit_sum.s
145B
bubble_sort_display.s
1KB
fibonacci.s
265B
the_biggest_number_from_array.s
287B
the_biggest_number_from_array_by_parameter.s
319B
upper_to_lower_and_vice_versa.s
476B
bubble_sort_by_parameter.s
382B
README.md
253B
bubble_sort.s
336B
暂无评论