diff --git a/lab2/prog1.asm b/lab2/prog1.asm deleted file mode 100644 index ba23e45..0000000 --- a/lab2/prog1.asm +++ /dev/null @@ -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 \ No newline at end of file diff --git a/lab2/prog1.hex b/lab2/prog1.hex deleted file mode 100644 index 877078f..0000000 --- a/lab2/prog1.hex +++ /dev/null @@ -1,4 +0,0 @@ -:10C00000B240805A2001F240410022001843C24849 -:10C01000210078E04100394060EA1983FE23F73FB0 -:02FFFE0000C041 -:00000001FF