搜题
问题   更新时间2023/4/3 12:59:00

[简答题,10分] 写出下列程序段的功能。 reptt2: mov ah,00h int 1ah mov higher1,cx mov lower1,dx cmp dx,91 jl reptt2

读取时钟计数器当前计数值,cx保存高位,dx保存低位;判断计数是否到91次(5秒),没到,继续循环读取,到5秒后做下面内容。
王老师:19139051760(拨打)