摘要: # 实验八 1. 分析下面的程序,在运行前思考:这个程序可以正确返回吗? 运行后再思考:为什么是这种结果? 通过这个程序加深对相关内容的理解。 ```assembly assume cs:codesg codesg segment mov ax,4c00h int 21h start: mov ax 阅读全文
posted @ 2023-07-16 14:39 三年、 阅读(30) 评论(0) 推荐(0)