	section	"hallo",code,reloc16
	move.l	#a,d0
	move.l	#b,d0
	move.l	#c,d0
a:
	dc.l	0
b:
	dc.l	0
c:
	dc.l	0
