all:
	gcc -c main1.c -o main1.o
	gcc -Xlinker -Ttext -Xlinker 80120000 -o main main1.o
	del main1.o
