1# test progam for assembling user instructions 2 3foo: 4 custom 0, r11, r2, r3 5 custom 255, r11, r2, r3 6 custom 150, c1, r2, r3 7 custom 0x18, c1, c2, r3 8 custom 070, c1, c2, c3 9