Make use of the EVEN assembler directive in the reg test asm file of the MSP430X/IAR demo.

This commit is contained in:
Richard Barry 2011-01-12 09:58:51 +00:00
parent 5a0782e3a8
commit 10bc087ef9

View file

@ -70,6 +70,8 @@
RSEG CODE
EVEN
vRegTest1Task:
/* Fill each general purpose register with a known value. */
@ -125,6 +127,8 @@ prvRegTest1Loop:
nop
EVEN
vRegTest1Error:
jmp vRegTest1Error
nop