[BINUTILS, AArch64] Enable Transactional Memory Extension
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr22773.s
CommitLineData
db7bf105
NC
1 .syntax unified
2 .cpu cortex-m4
3 .thumb
4
5 .section .text
6
7 orr r1, #12800 /* This is OK. */
8 orr r1, #12801 /* This cannot be encoded in Thumb mode. */
9 /* GAS used to accept it though, and produce a MOV instruction instead. */
This page took 0.074605 seconds and 4 git commands to generate.