]> Git Repo - binutils.git/blob - gas/testsuite/gasp/repeat.asm
19990502 sourceware import
[binutils.git] / gas / testsuite / gasp / repeat.asm
1
2         .AREPEAT        10
3         TEN
4         .AREPEAT        2       
5         TWENTY
6         .AENDR
7         .AENDR
8
9         .AREPEAT        3
10         ROTCL   R2
11         DIV1    R0,R1
12         .AENDR
13
14         .END
This page took 0.024101 seconds and 4 git commands to generate.