Commit d738cf46dac018e65d824d0cf7827b0f03474e91

Authored by Geoffrey PREUD'HOMME
1 parent 7b3d156a

Rechangement des boutons

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
principal.txt
... ... @@ -59,7 +59,7 @@
59 59 jmp debut
60 60  
61 61 .org 0x0002 ; INT0
62   - jmp valider
  62 + jmp retour
63 63  
64 64 .org 0x0004 ; INT1
65 65 jmp decrementer
... ... @@ -68,7 +68,7 @@
68 68 jmp incrementer
69 69  
70 70 .org 0x0008 ; INT3
71   - jmp retour
  71 + jmp valider
72 72  
73 73 .org 0x0018 ; Watchdog
74 74 jmp watchdog
... ...