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
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 jmp debut 59 jmp debut
60 60
61 .org 0x0002 ; INT0 61 .org 0x0002 ; INT0
62 - jmp valider 62 + jmp retour
63 63
64 .org 0x0004 ; INT1 64 .org 0x0004 ; INT1
65 jmp decrementer 65 jmp decrementer
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 jmp incrementer 68 jmp incrementer
69 69
70 .org 0x0008 ; INT3 70 .org 0x0008 ; INT3
71 - jmp retour 71 + jmp valider
72 72
73 .org 0x0018 ; Watchdog 73 .org 0x0018 ; Watchdog
74 jmp watchdog 74 jmp watchdog