Fixed minor typos

This commit is contained in:
Jonathan Chan 2018-01-16 17:17:04 -08:00
parent 0ca6500227
commit e5f4f49928
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ WAITER1:
jnz WAITER1 ; R9 not yet 0
WAITER2:
dec R10
jnz waiter2 ; R10 not yet 0
jmp repeat ; R9, R10 == 0; blink other LED
jnz WAITER2 ; R10 not yet 0
jmp REPEAT ; R9, R10 == 0; blink other LED
org 0xfffe
dw START ; set reset vector to 'init' label

View File

@ -1,4 +1,4 @@
#include "msp430g2553.inc"
.include "msp430g2553.inc"
org 0x0C000
RESET: