1! Test recognition of predefined control register names specified as crN
2! syntax, lower and upper case.
3
4	.mode SHmedia
5	.text
6start:
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
15