* Makefile.in (BISON): Remove double quotes around BISON
[deliverable/binutils-gdb.git] / gas / testsuite / gas / t2.s
CommitLineData
96b4e5bb
KR
1 .text
2loop2:
3 move.l %d1,%a0@+
4 dbf %d0,loop1
5 .data
6loop1: bra loop2
This page took 0.03106 seconds and 4 git commands to generate.