微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > 花样流水灯的设计4(单片机-汇编)

花样流水灯的设计4(单片机-汇编)

时间:11-30 来源:互联网 点击:

JZ MAIN

INC DPTR

cjne a,button,ToNext ;Check whether the button is enable or not

mov SegDisplay,r2 ;button is enable,Show on the SegDisplay

mov a,r2

rl a

clr c

subb a,#2 ;Location in the Tables

mov r1,a

acall Cycle

ajmp Main

;-----------------------

end

;-------------------------------------------------------------

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top