Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / rx / rx-asm-bad.s
1         .text
2
3         .ID "id-is-jane"
4
5         .INITSCT a_section,data, align
6         .OPTJ OFF,JMPW,JSRW     
7         .INSF glbfunc, G, 0
8         .CALL glbsub, G
9         .CALL localsub, S
10         .EINSF
11         .FB 80H
12         ldc #80H,FB
13         .FBSYM george
14
15         .LBBA 1000h
16         ldr #1000h,LBBA
17         lda 1000h,0,1200h,1
18
19         .SB 80H
20         ldc #80,SB
21
22         .SBBIT  lance
23         bclr    lance
24
25         .SBSYM  sym
26         mov.B   #0, sym
27
28         .SBSYM16 sym2
29         mov.B    #0.sym2
30         
31         .RVECTOR 12,timer
32
33         .BTGLB bit1
34
35         fred .DEFINE "#01H,mem"
36
37         bit1 .BTEQU 1,dmem
38
39         three .equ .INSTR {"albert","bert",1}
40         seven .equ .LEN {"albert"}
41         .byte .SUBSTR {"albert",3,3}
42                 
43         .ASSERT "assertion message"
44
45         .FORM 20,80
46         
47         .LIST ON
48
49         nop
50         
51         .PAGE "new page"
52
53         .VER "ver"
54
55         
56         .END
57
58         This text should just be emitted and not assembled