汇编 – 我的.exe程序不是我的预期
发布时间:2020-09-21 16:54:16 所属栏目:Windows 来源:互联网
导读:我的masm源文件如下: qq.asm assume cs:codesegmentcodesegment segmentmov ax, 0ffffhmov ds, axmov al, 00ffhmov bx, 0006hmov [bx], almov al, [0006]mov ah, 0mov dx, 0mov cx, 3s: add dx, axloop smov a
|
我的masm源文件如下: qq.asm assume cs:codesegment codesegment segment mov ax,0ffffh mov ds,ax mov al,00ffh mov bx,0006h mov [bx],al mov al,[0006] mov ah,0 mov dx,0 mov cx,3 s: add dx,ax loop s mov ax,4c00h int 21h codesegment ends end 我使用masm程序生成一个名为qq.exe的.exe文件.当我使用debug qq.exe -u时,教师如下图所示: 我混淆了我的qq.asm中的“mov al,[0006]”指导员在qq.exe中转向“mov AL,06”. mov al,ds:[0006] (编辑:日照站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐
- cmd – 如何为特定应用程序强制传出ip? ForceBi
- 获取Windows代理用户名/密码
- Vagrant系列(一)----win10搭建Vagrant+VirtualBo
- 2018-5-26 怎么在windows上远程连接linux服务器上
- 2018-5-12 windows 动态链接文件 .dll
- office365 – 使用Microsoft Graph API显示即将到
- assembly – windows进程内存布局
- windows-8 – 屏幕关闭时,WinRT应用程序可以继续
- Windows Server 2016-存储新增功能
- windows-installer – 任何人都有MSIINV.EXE的副
热点阅读
