bfd
[binutils.git] / gas / testsuite / gas / rx / rx-asm-bad.s
blob8a78e048f93da7676c5be5e857f1e75dbefb7889
1 .text
3 .ID "id-is-jane"
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
15 .LBBA 1000h
16 ldr #1000h,LBBA
17 lda 1000h,0,1200h,1
19 .SB 80H
20 ldc #80,SB
22 .SBBIT lance
23 bclr lance
25 .SBSYM sym
26 mov.B #0, sym
28 .SBSYM16 sym2
29 mov.B #0.sym2
31 .RVECTOR 12,timer
33 .BTGLB bit1
35 fred .DEFINE "#01H,mem"
37 bit1 .BTEQU 1,dmem
39 three .equ .INSTR {"albert","bert",1}
40 seven .equ .LEN {"albert"}
41 .byte .SUBSTR {"albert",3,3}
43 .ASSERT "assertion message"
45 .FORM 20,80
47 .LIST ON
49 nop
51 .PAGE "new page"
53 .VER "ver"
56 .END
58 This text should just be emitted and not assembled