摘要: 一、实验结论 1. 实验任务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 阅读全文
posted @ 2020-11-04 21:10 wyyhhh 阅读(80) 评论(3) 推荐(0)