Remove sh-symbianelf support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sh / sh64 / creg-2.s
1 ! Test recognition of predefined control register names specified as crN
2 ! syntax, lower and upper case.
3
4 .mode SHmedia
5 .text
6 start:
7 getcon cr0,r21
8 getcon cr13,r21
9 getcon CR62,r22
10 getcon cr8,r21
11 getcon CR4,r21
12 putcon r19,cr11
13 putcon r38,CR5
14 putcon r21,CR1
This page took 0.03158 seconds and 4 git commands to generate.