( igoor | 2013. 07. 22., h – 09:08 )


OUTPUT (myprog.out)
SECTIONS {
	.text : {
		myprog.o (.text)
		usb_rawhid.o (.text)
		. = 0x1000 ;
		myprog_asm.o (.text)
	}
	.data : { * (.data) }
}