]> Git Repo - binutils.git/blob - gas/testsuite/gasp/assign.asm
Sun Mar 23 18:03:31 1997 Martin M. Hunt <[email protected]>
[binutils.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
This page took 0.023056 seconds and 4 git commands to generate.