1
0
Fork 0
mirror of https://github.com/YosysHQ/picorv32.git synced 2025-01-03 03:43:38 -05:00
picorv32/scripts/cxxdemo/start.ld
2015-11-04 12:55:33 +01:00

5 lines
71 B
Text

SECTIONS {
. = 0x00000000;
.text : { *(.text) }
_ftext = 0x00010000;
}