-
编程语言:其他
大小:
金币:
上传人:rtesd
发布日期:2023-09-19
-
编程语言:其他
大小:
金币:
上传人:yuyunfu
发布日期:2021-01-04
最全的微机原理课设,代码全部通过答辩!start: mov dx,222h mov al,0c1h out dx,al t0: in al,dx test al,80h jnz t0 mov al,0h out dx,al mov al,30h out dx,al mov ax,8100h mov ds,ax mov cx,3