摘要: 一、实验目的 二、实验步骤 1、实验任务1 (1)使用文本编辑器,编写代码,具体如下: ;ex1.asm assume cs:code code segment mov ax, 0b810h mov ds, ax mov byte ptr ds:[0], 1 mov byte ptr ds:[1], 阅读全文
posted @ 2020-11-06 08:19 朵在薪哩 阅读(113) 评论(2) 推荐(0)