Home | History | Annotate | Download | only in arm
      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.
      8 b:
      9    nop
     10 
     11 .set   bx,  fred
     12 .equiv ldr, bar
     13 .eqv   nop, fred
     14 .equ   mov, foo
     15