项羽姓秦 发表于 2020-4-4 22:56:19

检测点14.1作业练习

assume cs:code
code segment
start:
        mov al,2
        out 70h,al
        mov al,0
        out 71h,al
        mov ax,4c00h
        int 21h
code ends
end start
页: [1]
查看完整版本: 检测点14.1作业练习