source: avrstuff/CPC stuff/gordon/manager/link.ld@ 7dcccbc

main
Last change on this file since 7dcccbc was 7dcccbc, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add WIP code for the manager (and ROM testing)

git-svn-id: svn://pulkomandy.tk/avrstuff@78 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 83 bytes
Line 
1SECTIONS {
2 .text: { *(.text) }
3 . = MAX(.,0x3FFC);
4 .romcalls: { *(.romcalls) }
5}
Note: See TracBrowser for help on using the repository browser.