split out files and add build batch file

This commit is contained in:
YamaArashi
2015-10-05 06:03:59 -07:00
parent 7f3c790d09
commit 9024595c93
7 changed files with 236 additions and 206 deletions
+6
View File
@@ -0,0 +1,6 @@
ENTRY(Start)
SECTIONS {
. = 0x8000000;
.text : { *(.text); }
}