单片机静态数码管显示.asm 单片机数码管静态显示org 0000h ajmp main org 0030h main: setb p2.7 clr p2.0 clr p2.1 clr p2.2 mov r0, #10h mov r1,#0 loop: mov a, r1