a_bit equ 20h ;个位数存放处
b_bit equ 21h ;十位数存放处
temp equ 22h ;计数器寄存器
star: mov temp,#0 ;初始化计数器
stlop: acall display
inc temp
mov a,temp
cjne a,#100,next ;=100重来
mov temp,#0
next: ljmp stlop
;显示子程序
disp ...
/dl/29075.html
标签:
直接驱动
数码管
计数器
程序
上传时间:
2013-11-06
上传用户:lx9076