1 # Test read/write %cfr instructions 2 .text 3 wr %o1, %l6, %cfr 4 wr %g1, 0x234, %cfr 5 rd %cfr, %g5 6 rd %cfr, %o3 7 rd %cfr, %i2 8 rd %cfr, %l4 9