汇编的helloworld
编程技术  /  houtizong 发布于 3年前   87
.section .dataout_text: .asciz "hello world".section .text.globl _main_main: pushl $out_text call _printf pushl $0 call _exit
as test_win.s -o test_win.o -gstabs ld test_win.o -o test_win.exe -LF:/c/MinGW/lib -lcrtdll
gdb test_win.exelb 5ri r
.code16.text movw %cs, %ax movw %ax, %ds movw %ax, %es movw %ax, %ss movw $11, %cx movw $0x1301,%ax movb $0x07,%bl movw $0,%dx movw $outstring,%bp int $0x10 jmp .outstring: .asciz "hello world"
注意.code16是很有必要的(2)编译as test.s -o test.o ld test.o -Ttext 0x0100 -o test.exeobjcopy.exe -R .pdr -R .comment -R .note -S -O binary test.exe test.com最后的objcopy将编译后的按binary输出成.com格式的
请勿发布不友善或者负能量的内容。与人为善,比聪明更重要!
技术博客集 - 网站简介:
前后端技术:
后端基于Hyperf2.1框架开发,前端使用Bootstrap可视化布局系统生成
网站主要作用:
1.编程技术分享及讨论交流,内置聊天系统;
2.测试交流框架问题,比如:Hyperf、Laravel、TP、beego;
3.本站数据是基于大数据采集等爬虫技术为基础助力分享知识,如有侵权请发邮件到站长邮箱,站长会尽快处理;
4.站长邮箱:[email protected];
文章归档
文章标签
友情链接