[ARC] Fix case-sensitivity for extension instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textinsn1op.s
CommitLineData
945e0f82
CZ
1# Test 1OP and NOP syntax
2
3 .extInstruction noop, 0x07, 0x10, SUFFIX_FLAG, SYNTAX_NOP
4 .extInstruction myinsn, 0x07, 0x3E, SUFFIX_FLAG, SYNTAX_1OP
5
6 myinsn r0
7 myinsn 0x3A
8 myinsn 0xdeadbeef
9 myinsn @label
10 myinsn @label@pcl
11
12 noop
This page took 0.114814 seconds and 4 git commands to generate.