Giorgio Demurtas Inserito: 19 gennaio 2004 Segnala Share Inserito: 19 gennaio 2004 ciaoho fatto questo rpogramma e funziona bene (fa scorrere 4 led in sequenza e rincomincia) PROCESSOR 16F84 RADIX DEC INCLUDE "P16F84.INC"LED EQU 0 ORG 0CHCount RES 2Shift RES 1; RESET VECTOR; PUNTO DI INIZIO DL PROGRAMMA AL RESET DELLA CPU ORG 00H bsf STATUS,RP0 movlw 00011111B movwf TRISA movlw 11110000B movwf TRISB bcf STATUS,RP0 movlw 00000001B movwf ShiftMainLoop movf Shift,W movwf PORTB bcf STATUS,C rlf Shift,F btfsc Shift,4 swapf Shift,F call Delay goto MainLoop; SubroutinesDelay clrf Count clrf Count+1DelayLoop decfsz Count,1 goto DelayLoop decfsz Count+1,1 goto DelayLoop return END Link al commento Condividi su altri siti More sharing options...
bit Inserita: 19 gennaio 2004 Segnala Share Inserita: 19 gennaio 2004 Ecco l'errore:btfsc Valore,8 Link al commento Condividi su altri siti More sharing options...
Messaggi consigliati
Crea un account o accedi per commentare
Devi essere un utente per poter lasciare un commento
Crea un account
Registrati per un nuovo account nella nostra comunità. è facile!
Registra un nuovo accountAccedi
Hai già un account? Accedi qui.
Accedi ora