mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 23:27:51 +00:00
linker_scripts: one was missing
This commit is contained in:
12
linker_scripts/apple2_70_zp.inc
Normal file
12
linker_scripts/apple2_70_zp.inc
Normal file
@@ -0,0 +1,12 @@
|
||||
MEMORY {
|
||||
ZP: start = $70, size = $80, type = rw;
|
||||
RAM: start = $70, size = $8E00, file = %O;
|
||||
}
|
||||
|
||||
SEGMENTS {
|
||||
#CODE: load = RAM, type = ro;
|
||||
#RODATA: load = RAM, type = ro;
|
||||
#DATA: load = RAM, type = rw;
|
||||
#BSS: load = RAM, type = bss, define = yes;
|
||||
ZEROPAGE: load = ZP, type = ro;
|
||||
}
|
Reference in New Issue
Block a user