mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
+ enable the Z80 internal asm (which doesn't work, yet) if the compiler is compiled with -dZ80_INTERNAL_ASM
git-svn-id: trunk@45215 -
This commit is contained in:
parent
0794878b41
commit
950c1d1693
@ -750,7 +750,11 @@ unit i_embed;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
|
{$ifdef Z80_INTERNAL_ASM}
|
||||||
|
assem : as_z80_rel;
|
||||||
|
{$else Z80_INTERNAL_ASM}
|
||||||
assem : as_sdcc_sdasz80;
|
assem : as_sdcc_sdasz80;
|
||||||
|
{$endif Z80_INTERNAL_ASM}
|
||||||
assemextern : as_sdcc_sdasz80;
|
assemextern : as_sdcc_sdasz80;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_embedded;
|
linkextern : ld_embedded;
|
||||||
|
@ -67,7 +67,11 @@ unit i_zxspectrum;
|
|||||||
Cprefix : '';
|
Cprefix : '';
|
||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
|
{$ifdef Z80_INTERNAL_ASM}
|
||||||
|
assem : as_z80_rel;
|
||||||
|
{$else Z80_INTERNAL_ASM}
|
||||||
assem : as_sdcc_sdasz80;
|
assem : as_sdcc_sdasz80;
|
||||||
|
{$endif Z80_INTERNAL_ASM}
|
||||||
assemextern : as_sdcc_sdasz80;
|
assemextern : as_sdcc_sdasz80;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_zxspectrum;
|
linkextern : ld_zxspectrum;
|
||||||
|
Loading…
Reference in New Issue
Block a user