Add m32r to multilib support.
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / sdata.asm
CommitLineData
3981bad3
SC
1
2
3 .SDATA "HI","STEVE"
4 .SDATA "HI" , "STEVE" , <72>,<73>,<83><69><86><69>
5
6 .SDATA "H""I" , "STEVE" , <72>,<73>,<83><69><86><69>
7
8
9
10 .SDATA "SHOULD NOT FAIL" "HERE"
11 .SDATA "SHOULD FAIL" foo "HERE"
12
13 .SDATAB 8,"BOINK"
14
15 ; examples from book
16
17 .SDATAB 2,"AAAAA"
18 .SDATAB 2,"""BBB"""
19 .SDATAB 2,"AABB"<H'07>
20
21
22a1: .SDATAZ "HI"
23a2: .SDATAC "HI"
24a3: .SDATA "HI"
This page took 0.133066 seconds and 4 git commands to generate.