mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 03:59:12 +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
|
||||
ExeName='sdldz80';
|
||||
begin
|
||||
FOrigin:=32768;
|
||||
FOrigin:={32768}23800;
|
||||
with Info do
|
||||
begin
|
||||
ExeCmd[1]:=ExeName+' -n $OPT -i $MAP $EXE -f $RES'
|
||||
|
Loading…
Reference in New Issue
Block a user