* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / pl1.asm
1
2 .ALTERNATE
3
4 alloc MACRO val1,val2
5 DB val1
6 DB val2
7 ENDM
8
9 alloc "that's" 'show biz'
10 alloc 0,1
11 alloc 0 1
12 alloc 0 1
13 alloc ,1
14
15
16
17
18
19
20
This page took 0.029731 seconds and 4 git commands to generate.