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

@ -69,6 +69,8 @@
EXPORT vRegTest2Task
RSEG CODE
EVEN
vRegTest1Task:
@ -125,6 +127,8 @@ prvRegTest1Loop:
nop
EVEN
vRegTest1Error:
jmp vRegTest1Error
nop