1    MOV r1, r0
2    LDR =garbage // no destination register
3    MOV r2, r3
4
5	// The warning should only be triggered by a "foo = bar"
6	// type of expression.  Other ways of creating symbols
7	// should allow ARM instruction names.
8b:
9   nop
10
11.set   bx,  fred
12.equiv ldr, bar
13.eqv   nop, fred
14.equ   mov, foo
15