摘要: 1.实验任务1 使用任意一款文本编辑器,编写8086汇编源程序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 阅读全文
posted @ 2020-10-30 21:00 突进的小母猪 阅读(107) 评论(4) 推荐(0)