]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/assign.asm
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / assign.asm
1
2 foo: .ASSIGNC "hello"
3 BAR: .ASSIGNA 12+34
4
5 \&foo'foo
6 \&foo\&foo\&foo
7 \&foo \&foo \&foo
8 \&BAR\&bar\&BAR
9
10
11
12
13 .END