11 2020 档案
摘要:实验结论: 1. 实验任务1 使用任意文本编辑器,录入汇编源程序task1.asm。 assume cs:code, ds:data data segment db 'Nuist' db 5 dup(2) data ends code segment start: mov ax, data mov
阅读全文
摘要:四、实验结论 1. 实验任务1 使用任意一款文本编辑器,编写8086汇编源程序ex1.asm。源代码如下: ;ex1.asm assume cs:code code segment mov ax, 0b810h mov ds, ax mov byte ptr ds:[0], 1 mov byte p
阅读全文

浙公网安备 33010602011771号