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 10 .syntax no_register_prefix 11 start: 12 @OC@ r1,r3 13 @OC@ r0,r0 14 @OC@ r0,r13 15 @OC@ r5,r0 16 @OC@ r13,r13 17 @OC@ r9,r3 18 end: 19