皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
子程序设计: 用从网上下载 8086 汇编模拟工具 (Emu8086) v3.07 绿色汉化版(若64位机,必须安装4.06以上版本)调试书本中的案例 3.15 (教材 84 页)完成实验。 案例 3.15 (教材 84 页)实验参考代码: ;========================================================= ; 文件名 : wj03015.asm ; 功能描述 :用显示器功能调用输出一个字符的子程序 。 ;========================================================= .model small .stack .data .code start: mov ax,@data mov ds,ax mov al, ‘ ? ’ ; 主程序提供显示字符 call dpchar ; 调用子程序 ) mov ax,4c00h int 21h dpchar proc ; 过程定义,过程名为 dpchar push ax ; 顺序入栈,保护寄存器 push bx mov bx,0 mov ah,0eh ; 显示器 0EH 号输出一个字符功能 int 10h pop bx ; 逆序出栈,恢复寄存器 pop ax ret ; 子程序返回 dpchar endp ; 过程结束 end start (将实验结果截图上传)
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】P22 News Report 3 Q2
A.
B.
C.
D.
D
【单选题】8 Foreign military aid was prolonging the war
A.
broadening
B.
worsening
C.
extending
D.
accelerating
【判断题】所设置的操作员一旦被引用,便不能被修改和删除。
A.
正确
B.
错误
【单选题】It can be learned from the text that soon after the Second World War
A.
hardly anyone suspected that it was unwise to contaminate the water and air.
B.
people unanimously found it acceptable to damp industrial wastes into the sea.
C.
the government tried to deal with the pollution problem but in vain.
D.
nobody attached great significance to the remedy for public hazards.
【单选题】P22 News Report 3 Q1
A.
B.
C.
D.
D
【多选题】养儿防老得以实现的前提是()。
A.
孩子要足够多
B.
孩子要有本事
C.
孩子要离得近
D.
孩子要有孝心
【判断题】所设置的操作员一旦被引用,便不能被修改和删除。
A.
正确
B.
错误
【单选题】P 54 News report 3 Q 1
A.
B.
C.
D.
D
【判断题】所设置的操作员一旦被引用,便不能被修改和删除。
A.
正确
B.
错误
【单选题】Experiments of this kind ___in both the U.S and Europe well before the Second World War
A.
had conducted
B.
have conducted
C.
have been conducted
D.
had been conducted
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题