Replaced prog1.asm with blink.asm downloaded directly from phys319 site

This commit is contained in:
Jonathan Chan 2018-01-13 18:59:25 -08:00
parent 199f2b2b2c
commit 17d20fe9f2
2 changed files with 0 additions and 22 deletions

View File

@ -1,18 +0,0 @@
.include "msp430g2553.inc"
org 0xc000
start:
mov.w #WDTPW|WDTHOLD, &WDTCTL
mov.b #0x41, &P1DIR ; 01000001b
mov.w #0x01, r8
repeat:
mov.b r8, &P1OUT
xor.b #0x41, r8
mov.w #60000, r9
waiter:
dec r9
jnz waiter
jmp repeat
org 0xfffe
dw start

View File

@ -1,4 +0,0 @@
:10C00000B240805A2001F240410022001843C24849
:10C01000210078E04100394060EA1983FE23F73FB0
:02FFFE0000C041
:00000001FF