all:
	bcc -o first.s -C-c -0 -S first.c
	as86 first.s -b first.bin -u- -w- -g -0 -j -O -l first.txt -s first.sym
