四、程序框图
8253方式控制字
五、编程程序
code segment
assumecs:code
org 1000h
start:
mov dx,43h /控制字地址/
mov al,00110100b
outdx,al
mov dx,40h /计时器0地址/
四、程序框图
8253方式控制字
五、编程程序
code segment
assumecs:code
org 1000h
start:
mov dx,43h /控制字地址/
mov al,00110100b
outdx,al
mov dx,40h /计时器0地址/