Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / cache.s
CommitLineData
36591ba1
SL
1# Source file used to test the cache instruction
2foo:
3 flushd -0x8000(r6)
4 flushd 0x7fff(r6)
5 flushd 0x0(r6)
6 flushd -0x0001(r6)
7
8# use symbol for offset
9 flushd foo(r6)
10
11# use external symbol
12 .global external
13 flushd external(r6)
14
15# flushi
16 flushi r2
17
18#flushp
19 flushp
20
21
This page took 0.16915 seconds and 4 git commands to generate.