view loader.ld @ 0:ed10291ff195

first commit
author mir3636
date Sun, 06 Jan 2019 19:27:03 +0900
parents
children
line wrap: on
line source

ENTRY(_start)
SECTIONS {
	.text 0x0 : {
		 * (.text);
		 }
	.data 0x8000 :	{
		 * (.data); 
		}
	}