diff options
Diffstat (limited to 'gas/testsuite/gasp/pl1.asm')
-rw-r--r-- | gas/testsuite/gasp/pl1.asm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gas/testsuite/gasp/pl1.asm b/gas/testsuite/gasp/pl1.asm deleted file mode 100644 index f38bfde..0000000 --- a/gas/testsuite/gasp/pl1.asm +++ /dev/null @@ -1,20 +0,0 @@ - - .ALTERNATE - -alloc MACRO val1,val2 - DB val1 - DB val2 - ENDM - - alloc "that's" 'show biz' - alloc 0,1 - alloc 0 1 - alloc 0 1 - alloc ,1 - - - - - - - |