Set default start address to 0x200
This commit is contained in:
@@ -7,7 +7,7 @@ FEATURES {
|
||||
label = __DESTRUCTOR_TABLE__,
|
||||
count = __DESTRUCTOR_COUNT__,
|
||||
segment = RODATA;
|
||||
STARTADDRESS: default = $0300;
|
||||
STARTADDRESS: default = $0200;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0400; # 1k stack
|
||||
|
||||
Reference in New Issue
Block a user