Cleaning telestrat.cfg (no need to have bashead segment). Some primitives added

This commit is contained in:
jede
2018-10-17 21:12:05 +02:00
committed by Oliver Schmidt
parent ee7514fea2
commit ff182f9498
2 changed files with 5 additions and 2 deletions

View File

@@ -6,8 +6,7 @@ SYMBOLS {
MEMORY {
ZP: file = "", define = yes, start = $00B0, size = $003A;
ORIXHDR: file = %O, type = ro, start = $0000, size = $001F;
# BASHEAD: file = %O, define = yes, start = $0801, size = $000D;
MAIN: file = %O, define = yes, start = $0800, size = __RAMEND__ - __MAIN_START__;
MAIN: file = %O, define = yes, start = $0800, size = __RAMEND__ - __MAIN_START__;
BSS: file = "", start = __ONCE_RUN__, size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__;
}
SEGMENTS {