	PRINTS "default exception handler"
main:
	PRINTS "this has yet to be implemented"
	ADD q1, q2, q3		;  deadlock for now, halt isn't working with scheduler
	HALT 0,0
	
