diff options
author | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-05-03 07:29:11 +0000 |
commit | aa2289c2a3faf0f198e47943dcb29e0c16223be8 (patch) | |
tree | 1af963bfd8d3e55167b81def4207f175eaff3a56 /gas/testsuite/gasp/assign.asm | |
download | binutils-redhat-aa2289c2a3faf0f198e47943dcb29e0c16223be8.tar.gz |
Initial revision
Diffstat (limited to 'gas/testsuite/gasp/assign.asm')
-rw-r--r-- | gas/testsuite/gasp/assign.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/assign.asm b/gas/testsuite/gasp/assign.asm new file mode 100644 index 0000000000..7f66718468 --- /dev/null +++ b/gas/testsuite/gasp/assign.asm @@ -0,0 +1,13 @@ + +foo: .ASSIGNC "hello" +BAR: .ASSIGNA 12+34 + + \&foo'foo + \&foo\&foo\&foo + \&foo \&foo \&foo + \&BAR\&bar\&BAR + + + + + .END |