文件名称:shiyanyi

  • 所属分类:
  • 教育/学校应用
  • 资源属性:
  • [ASM] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 张*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

、用 DEBUG的基本命令,单步执行P113例4-3的程序,检查每条指令执行后目的地址及有关寄存器的内容。



2、用DEBUG的A命令,键入如下程序段:

MOV BX,8275H

MOV AX,3412H  ;双精度数34128275H——AX、BX

ADD BX,92A5H

ADC AX,2F65H ;加上双精度数2F6592A5H

ADD BX,0EAE6H

ADC AX,9C88H ;加上双精度数9C88EAE6H

然后用T命令单步执行,查看每条指令执行后有关寄存器的内容及标志位的变化。

注意:①用A命令时键入的数均为十六进制,故其后的“H”不要键入.

②用T命令不适合执行“INT”指令。



3、学会使用DEBUG中的命令:D、G、E、R、T、A、U,为后面调试运行汇编源程序打下基础。-The basic commands of the DEBUG, the single-step procedures of P113 cases 4-3, check the destination address and the contents of the register after each instruction execution. DEBUG A command, type the following program segment: MOV BX, 8275H MOV AX, 3412H double precision number 34128275H- AX, the BX the ADD the BX 92A5H the ADC AX, 2F65H coupled with double-precision number 2F6592A5H ADD the BX 0EAE6H ADC AX, 9C88H coupled with double-precision number 9C88EAE6H then use the T command steps to view the register content and the change of flag in each instruction is executed. Note: ① the A command, type the number are in hexadecimal, so the subsequent " H" Do not type. ② T command is not suitable for the implementation of the " INT" command. 3, learn how to use the DEBUG command: D, G, E, R, T, A, U,, for later debugging and lay the foundation for running the assembler source.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

实验一\YI1.asm

......\YI2.asm

......\YI2.EXE

......\YI3.asm

......\YI4.asm

实验一

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org