Fixed minor typos
This commit is contained in:
parent
0ca6500227
commit
e5f4f49928
|
@ -15,8 +15,8 @@ WAITER1:
|
||||||
jnz WAITER1 ; R9 not yet 0
|
jnz WAITER1 ; R9 not yet 0
|
||||||
WAITER2:
|
WAITER2:
|
||||||
dec R10
|
dec R10
|
||||||
jnz waiter2 ; R10 not yet 0
|
jnz WAITER2 ; R10 not yet 0
|
||||||
jmp repeat ; R9, R10 == 0; blink other LED
|
jmp REPEAT ; R9, R10 == 0; blink other LED
|
||||||
|
|
||||||
org 0xfffe
|
org 0xfffe
|
||||||
dw START ; set reset vector to 'init' label
|
dw START ; set reset vector to 'init' label
|
|
@ -1,4 +1,4 @@
|
||||||
#include "msp430g2553.inc"
|
.include "msp430g2553.inc"
|
||||||
|
|
||||||
org 0x0C000
|
org 0x0C000
|
||||||
RESET:
|
RESET:
|
||||||
|
|
Loading…
Reference in New Issue