7b71e86ff97d0936d5ca13ee2027ce1ad730ee97
[deliverable/binutils-gdb.git] / gas / testsuite / gas / 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.029501 seconds and 3 git commands to generate.