X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=inline;f=assembler%2Ftest.asm;h=8f78893f4d40089d690f94853b9b4cdfbbc8c288;hb=be06ecf2322ad87005e2d3f18eb6dbb08da7e92c;hp=0edadfca71b4d11557428deef08486563f9e75e0;hpb=b9e19faa25ad9e1b24f08dc77267760df1b98504;p=b43-tools.git diff --git a/assembler/test.asm b/assembler/test.asm index 0edadfc..8f78893 100644 --- a/assembler/test.asm +++ b/assembler/test.asm @@ -18,12 +18,15 @@ ; -%arch bcm43xx_newworld ; or bcm43xx-oldworld +; The target architecture. Supported versions are 5 and 15 +%arch 5 + +; Program entry point %start testlabel #define PSM_BRC spr848 -#define ECOND_MAC_ON 0x24 +#define ECOND_MAC_ON (0x20 | 4) .text @@ -160,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