摘要: 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 ds:[2],2 m 阅读全文
posted @ 2020-11-05 01:00 腓腓 阅读(235) 评论(2) 推荐(0)