; coco main header vr 2
	opt	forwardrefmax

#include	coco\main_lib.txt	;46218
#include	coco\cg3_display.txt	;48507
#include	coco\cg3_font.txt	;4553
#include	coco\disk_lib.txt	;43056
#include	coco\sid_mml.txt	;17039


#memstart	28672	;$7000
	org	$3000	;prg start
start
; code here



	cls(#0,#1)
	print(#0,#1,#0,#hello)
	rts	;return to basic
hello	fcn	'HELLO COLOR COMPUTER DEVELOPER'	



; dont erase below!
; end of program

cocoromend

;included files get dumped here

	end	start

