summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/pr22773.s
blob: 9e5767c2a8a787f8749f0ccf945e48882bc79858 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.syntax unified
	.cpu cortex-m4
	.thumb

	.section  .text

	orr r1, #12800	 	/* This is OK.  */
	orr r1, #12801		/* This cannot be encoded in Thumb mode.  */
	/* GAS used to accept it though, and produce a MOV instruction instead.  */