Initial txvu support.
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / listing.out
1 !
2
3 !
4
5 ! .HEADING " ""QUOTE"" "
6 .title " "QUOTE" "
7 ! .PAGE
8 .eject
9 ! .PRINT LIST
10 .list
11 ! foo
12 foo
13 ! .PRINT NOLIST
14 .nolist
15 ! foo
16 foo
17 !
18
19 !
20
21 ! .FORM LIN=12
22 .psize 12,132
23 ! .FORM COL=90
24 .psize 60,90
25 ! .FORM LIN=123 COL=23
26 .psize 123,23
27 !
28 ! .END
This page took 0.029428 seconds and 4 git commands to generate.