c2051汇编语言让单灯闪烁,led灯以随机次数闪烁 单片机汇编语言程序

;===============================================================================

;                   Key-LED

;                   AT89C2051,12Mhz,1 Key,1 LED

;===============================================================================

KeyPort             Bit    P3.0                   ;0:Pressed

LEDPort             EQU   P1

;===============================================================================

;===============================================================================

;===============================================================================

Org    0000H

AJmp   Main

;===============================================================================

Delay:              Mov    R6,#0

Delay1:             Mov    R7,#0

Djnz   R7,$

Djnz   R6,Delay1

Ret

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

FlashLED:

mov    LedPort,B

;Clr    LEDPort                ;Light up

ACall  Delay

Mov    A,B

Cpl    A

mov    LedPort,A

;Setb   LEDPort                ;Dark

ACall  Delay

Ret

;===============================================================================

Main:               Mov    Sp,#07H

Mov    A,#1

;                    Mov    LedPort,#00000001b

;                             Mov    A,LedPort

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

MainLoop:           Jb     KeyPort,loop

Acall  Delay

Inc    A                      ;add the number of lighting

Acall  Delay

;Acall  Delay

;Acall  Delay

CJNE   A,#15,Mainloop

;                    Acall  Delay

clr    A

sjmp   Mainloop

loop:               ;Jb     KeyPort,MainLoop       ;No Key, Wait

Mov    R5,A

Mov    B,A

Mov    A,LedPort

Clr    A

L:                  ACall  FlashLED

Djnz   R5,L

Jb    KeyPort,$

SJmp   MainLoop

;===============================================================================

End

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值