summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/listing.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/listing.asm')
-rw-r--r--gas/testsuite/gasp/listing.asm15
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 0000000000..2f14cfc584
--- /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