Add software files
This commit is contained in:
10
sw/link.ld
Normal file
10
sw/link.ld
Normal file
@@ -0,0 +1,10 @@
|
||||
MEMORY
|
||||
{
|
||||
ROM: start=$8000, size=$8000, type=ro, define=yes, fill=yes, file=%O;
|
||||
}
|
||||
|
||||
SEGMENTS
|
||||
{
|
||||
CODE: load=ROM, type=ro;
|
||||
VECTORS: load=ROM, type=ro, offset=$7ffa;
|
||||
}
|
||||
Reference in New Issue
Block a user