summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/rx/rx-asm-bad.s
blob: 8a78e048f93da7676c5be5e857f1e75dbefb7889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
	.text

	.ID "id-is-jane"

	.INITSCT a_section,data, align
	.OPTJ OFF,JMPW,JSRW	
	.INSF glbfunc, G, 0
	.CALL glbsub, G
	.CALL localsub, S
	.EINSF
	.FB 80H
	ldc #80H,FB
	.FBSYM george

	.LBBA 1000h
	ldr #1000h,LBBA
	lda 1000h,0,1200h,1

	.SB 80H
	ldc #80,SB

	.SBBIT	lance
	bclr	lance

	.SBSYM	sym
	mov.B	#0, sym

	.SBSYM16 sym2
	mov.B	 #0.sym2
	
	.RVECTOR 12,timer

	.BTGLB bit1

	fred .DEFINE "#01H,mem"

	bit1 .BTEQU 1,dmem

	three .equ .INSTR {"albert","bert",1}
	seven .equ .LEN {"albert"}
	.byte .SUBSTR {"albert",3,3}
		
	.ASSERT "assertion message"

	.FORM 20,80
	
	.LIST ON

	nop
	
	.PAGE "new page"

	.VER "ver"

	
	.END

	This text should just be emitted and not assembled