diff options
author | Steve Chamberlain <sac@cygnus> | 1994-01-31 16:53:03 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-01-31 16:53:03 +0000 |
commit | 3981bad3ee102077ef9fe4d3ad46972809719743 (patch) | |
tree | 06d8158063bb2c538394c5e1e936e059a4e3137b /gas/testsuite/gasp/listing.asm | |
parent | a5a4b5acdce926afa084bb59ea014eefd56933d6 (diff) | |
download | gdb-3981bad3ee102077ef9fe4d3ad46972809719743.zip gdb-3981bad3ee102077ef9fe4d3ad46972809719743.tar.gz gdb-3981bad3ee102077ef9fe4d3ad46972809719743.tar.bz2 |
New files for testing gasp.
Diffstat (limited to 'gas/testsuite/gasp/listing.asm')
-rw-r--r-- | gas/testsuite/gasp/listing.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/listing.asm b/gas/testsuite/gasp/listing.asm new file mode 100644 index 0000000..b98ce96 --- /dev/null +++ b/gas/testsuite/gasp/listing.asm @@ -0,0 +1,15 @@ + + + .HEADING " ""QUOTE"" " + .PAGE + .PRINT LIST + foo + .PRINT NOLIST + foo + + + .FORM LIN=12 + .FORM COL=90 + .FORM LIN=123 COL=23 + + .END
\ No newline at end of file |