检测点3.2
本帖最后由 奥普瓯江 于 2018-6-7 18:04 编辑(1)补全下面的程序,使其可以将10000h~1000fh中的8个字,逆序复制到20000h~2000f中。逆序复制的含义如图。
mov ax, 1000h
mov ds, ax
mov ax, 2000
mov ss, ax
mov sp, 0010
push
push
push
push
push
push
push
push
(2)补全下面程序,使其可以将10000h~10000fh中的8个字,逆序复制到20000h~20000f中
mov ax, 2000h
mov ds, ax
mov ax, 1000h
mov ss, ax
mov sp, 0000h
pop
pop
pop
pop
pop
pop
pop
pop 造福下一代 {:5_90:}
页:
[1]