Commit 464d57a0e0e53179572665073ce3e45dbc9eb3d3
Merge branch 'master' of archives.plil.fr:gbontoux/s6-mp-tutorat
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
principal.txt
@@ -606,7 +606,7 @@ timer: | @@ -606,7 +606,7 @@ timer: | ||
606 | ; afin d'activer le digit qui y est connecté | 606 | ; afin d'activer le digit qui y est connecté |
607 | 607 | ||
608 | ; Affiche le digit suivant sur l'afficheur 7seg | 608 | ; Affiche le digit suivant sur l'afficheur 7seg |
609 | - temp <- PORTC@IO ; On lis l'état précédent du port | 609 | + temp <- PORTC@IO ; On lit le port dans son état précédent |
610 | lsr temp ; On change de digit | 610 | lsr temp ; On change de digit |
611 | ; Il y a 4 digits et 8 bits, on doit donc boucler plus tôt | 611 | ; Il y a 4 digits et 8 bits, on doit donc boucler plus tôt |
612 | si temp < 0b00001111 alors temp <- 0b11110111 | 612 | si temp < 0b00001111 alors temp <- 0b11110111 |