.def vRegTest2Task\r
\r
.text\r
-\r
-vRegTest1Task:\r
+ \r
+ .align 2\r
+vRegTest1Task: .asmfunc\r
\r
; Fill each general purpose register with a known value.\r
mov_x #0x4444, r4\r
; Loop again, performing the same tests.\r
jmp prvRegTest1Loop\r
nop\r
-\r
\r
vRegTest1Error:\r
jmp vRegTest1Error\r
nop\r
- \r
+ .endasmfunc \r
; -----------------------------------------------------------\r
\r
; See the comments in vRegTest1Task. This task is the same, it just uses\r
; different values in its registers.\r
-vRegTest2Task:\r
+ .align 2\r
+vRegTest2Task: .asmfunc\r
\r
mov_x #0x4441, r4\r
mov_x #0x5551, r5\r
vRegTest2Error:\r
jmp vRegTest2Error\r
nop\r
+ .endasmfunc\r
; /*-----------------------------------------------------------\r
\r
\r