Paterddfdf

download Paterddfdf

If you can't read please download the document

description

dfdf

Transcript of Paterddfdf

__CONFIG _CP_OFF& _WDT_OFF& _XT_OSC LIST P=PIC16F84A INCLUDE CBLOCK 0x0C cont1, cont2, cont3, conteo, comparar, decenas ENDC org 0x00 goto inicioinicio bsf STATUS,RP0 movlw b'00000001' movwf TRISA movlw b'00000000' movwf TRISB bcf STATUS,RP0 clrf PORTBmotor bsf PORTA,1 bcf PORTA,2dec0 bcf PORTB,0 bcf PORTB,1 bcf PORTB,2 bcf PORTB,3 call inicio_9 goto dec1dec1 bsf PORTB,0 bcf PORTB,1 bcf PORTB,2 bcf PORTB,3 call inicio_9 goto dec2dec2 bcf PORTB,0 bsf PORTB,1 bcf PORTB,2 bcf PORTB,3 call inicio_9 goto dec3dec3 bsf PORTB,0 bsf PORTB,1 bcf PORTB,2 bcf PORTB,3 call inicio_9 goto dec4dec4 bcf PORTB,0 bcf PORTB,1 bsf PORTB,2 bcf PORTB,3 call inicio_9 goto dec0inicio_9 ;cero bcf PORTB,4 bcf PORTB,5 bcf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;uno bsf PORTB,4 bcf PORTB,5 bcf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;dos bcf PORTB,4 bsf PORTB,5 bcf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;tres bsf PORTB,4 bsf PORTB,5 bcf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;cuatro bcf PORTB,4 bcf PORTB,5 bsf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;cinco bsf PORTB,4 bcf PORTB,5 bsf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;seis bcf PORTB,4 bsf PORTB,5 bsf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;siete bsf PORTB,4 bsf PORTB,5 bsf PORTB,6 bcf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;ocho bcf PORTB,4 bcf PORTB,5 bcf PORTB,6 bsf PORTB,7 btfsc PORTA,0 goto $-.5 btfsc PORTA,0 goto $+.2 goto $-.2 ;nueve bsf PORTB,4 bcf PORTB,5 bcf PORTB,6 bsf PORTB,7 btfsc PORTA,0 goto $-.5 btfss PORTA,0 goto $-.1 returnend