* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / regreg.s
CommitLineData
a471a06b
HPN
1; @OC@ test
2; Template for testing register-to-register instructions.
3
4; Note that sizes have to be tested by iterating over them; they
5; are not included here in order to cover fixed-size instructions
6; too. This may seem wasteful of machine time, but then that time
7; is less expensive than any other time and still falling in cost.
8
9 .text
10start:
11 @OC@ r1,r3
12 @OC@ r0,r0
13 @OC@ r0,r13
14 @OC@ r5,r0
15 @OC@ r13,r13
16 @OC@ r9,r3
17end:
This page took 0.143917 seconds and 4 git commands to generate.