Add some bytes in ZP block in order to able to link with o65 files
This commit is contained in:
parent
1c7c44e12c
commit
c640619db5
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ SYMBOLS {
|
|||
__RAMEND__: type = weak, value = $9800;
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $00E0, size = $001A;
|
||||
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 = __BASHEAD_LAST__, size = __RAMEND__ - __MAIN_START__;
|
||||
|
@ -38,3 +38,5 @@ FEATURES {
|
|||
segment = RODATA,
|
||||
import = __CALLIRQ__;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue