鱼C论坛's Archiver
论坛
›
汇编语言交流
› 检测点3.2
就是要努力呀
发表于 2020-3-28 16:33:48
检测点3.2
1:
mov ax, 1000h
mov ds, ax
mov ax, 2000h
mov ss, ax
mov sp, 0010h
push
push
push
push
push
push
push
push
2:
mov ax, 2000h
mov ds, ax
mov ax, 1000h
mov ss, ax
mov sp, 0000h
pop
pop
pop
pop
pop
pop
pop
pop
chichengsun
发表于 2020-10-25 21:53:49
学到了,谢谢
疯七天南
发表于 2021-5-14 21:04:31
一起加油
页:
[1]
查看完整版本:
检测点3.2