摘要: 一、实验任务 1. 实验任务1 ex1.asm的源代码: 1 ;ex1.asm 2 assume cs:code 3 code segment 4 mov ax, 0b810h 5 mov ds, ax 6 7 mov byte ptr ds:[0], 1 8 mov byte ptr ds:[1] 阅读全文
posted @ 2020-11-05 12:25 Lvatsit 阅读(124) 评论(2) 推荐(0) 编辑