b43-asm: Allow terminating lines with |
[b43-tools.git] / assembler / test.asm
index 05efe34cc415e93eb2bbd178ce35c3b7c1838641..8f78893f4d40089d690f94853b9b4cdfbbc8c288 100644 (file)
@@ -26,7 +26,7 @@
 
 #define        PSM_BRC         spr848
 
-#define ECOND_MAC_ON   0x24
+#define ECOND_MAC_ON   (0x20 | 4)
 
 
 .text
@@ -163,6 +163,7 @@ function_b:
        or      spr06c,0,spr06c         ; Can have one spr input and one spr output
        or      [0],0,[0]               ; Can have one mem input and one mem output
        mov     testlabel, r0           ; Can use label as immediate value
+       mov r0,r1|mov r2, r3            ; | does also seperate instructions
 
 
 ; The .initvals section generates an "Initial Values" file