image
shaqiang62924

这家伙很懒,什么也没写

Ta上传的资源(0)个

AT89c51时钟程序编写

AT89C51时钟程序org00h;显示缓冲单元在70H—75H,70H—71H显示秒,72H—73H显示分,74H—75H显示时;时间计数单元在70H—71H(秒)、76H—77H(分)、78H—79H(时),7AH单元放熄灭符(#0AH);计数单元采用BCD码计数,定时器T0设置为50MS溢出中

嵌入式 18 0 DOC 2019-05-05 07:05:37

用汇编程序编写秒表的程序

timer_value equ 30h disp_h equ 31h disp_l equ 32h timer_cs equ 33h org 0000h ajmp main org 000bh ajmp time0 org 0030h main: acall init loop: mov a,tim

嵌入式 20 0 ASM 2019-03-02 20:03:07