gas run_dump_test rename stderr and error-output
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / textinsn1op.s
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.030579 seconds and 4 git commands to generate.