搜索资源列表
汇编课设
- 学分管理系统的分析,设计与实现.本程序在masm6.11下编译通过,用了少量386的汇编指令,运行时请输入密码hust.-credit management system analysis, design and implementation. The procedures under the masm6.11 compiler, with a small amount of the Series 386 instructions, running hust Please enter the p
shiyanyi
- 、用 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命令单步执行,查