摘要: 实验结论 实验任务 1 ex1.asm: ;ex1.asm assume cs:code code segment mov ax, 0b810h mov ds, ax mov byte ptr ds:[0], 1 mov byte ptr ds:[1], 1 mov byte ptr ds:[2], 阅读全文
posted @ 2020-11-01 10:17 maranlll 阅读(90) 评论(3) 推荐(0)