Reorganized test hierarchy to categorize tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / t2.s
1 .text
2 loop2:
3 move.l %d1,%a0@+
4 dbf %d0,loop1
5 .data
6 loop1: bra loop2
This page took 0.038018 seconds and 4 git commands to generate.