Add support for the C_SKY series of processors.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / csky / cskyv2_mnolrw1.s
1 .text
2 LRW:
3 lrw r2, 0x100
4 lrw16 r2, 0x1000
5 lrw32 r2, 0x10000
6 lrw r2, 0x12341234
7 lrw r2, L1
8 lrw r2, [L1]
9
10 L1:
11 mov r2, r3
This page took 0.030782 seconds and 4 git commands to generate.