mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 04:58:30 +02:00
* moved the ZX Spectrum program load address lower, so we could fit more code and data
git-svn-id: branches/z80@45093 -
This commit is contained in:
parent
a9bf07d1f9
commit
085fdcf3ab
@ -214,7 +214,7 @@ procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo;
|
|||||||
const
|
const
|
||||||
ExeName='sdldz80';
|
ExeName='sdldz80';
|
||||||
begin
|
begin
|
||||||
FOrigin:=32768;
|
FOrigin:={32768}23800;
|
||||||
with Info do
|
with Info do
|
||||||
begin
|
begin
|
||||||
ExeCmd[1]:=ExeName+' -n $OPT -i $MAP $EXE -f $RES'
|
ExeCmd[1]:=ExeName+' -n $OPT -i $MAP $EXE -f $RES'
|
||||||
|
Loading…
Reference in New Issue
Block a user