gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / flush.s
CommitLineData
0afd1215
DM
1# Test FLUSH instruction
2 .text
3 flush [%g1 + %g2]
4 flush %g1 + %g2
5 flush [%g3]
6 flush %g3
7 flush [%g4 + 0x80]
8 flush %g4 + 0x80
9 flush [0x90 + %g5]
10 flush 0x90 + %g5
This page took 0.339216 seconds and 4 git commands to generate.