aboutsummaryrefslogblamecommitdiff
path: root/xcpu/errors.s
blob: 5446308348443073a2ceb138c170fe9ee33140e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                    
	;; errors.s - a file with several errors

	_include	xcpu_asm.h
	include		foo.h	; invalid directive
	_include	foo.h 	; doesn't exist

	cpuop	CPU_DEBUG, 1
	assign	A, B		; invalid second arg
	add	1		; invalid first arg
	add	A
	assign	B, bar
	assign	D, bar

	jump	JUMP_FOO	; unresolved symbol
	jump	JUMP_UNCOND