mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +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 : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
{$ifdef Z80_INTERNAL_ASM}
|
||||
assem : as_z80_rel;
|
||||
{$else Z80_INTERNAL_ASM}
|
||||
assem : as_sdcc_sdasz80;
|
||||
{$endif Z80_INTERNAL_ASM}
|
||||
assemextern : as_sdcc_sdasz80;
|
||||
link : ld_none;
|
||||
linkextern : ld_embedded;
|
||||
|
@ -67,7 +67,11 @@ unit i_zxspectrum;
|
||||
Cprefix : '';
|
||||
newline : #10;
|
||||
dirsep : '/';
|
||||
{$ifdef Z80_INTERNAL_ASM}
|
||||
assem : as_z80_rel;
|
||||
{$else Z80_INTERNAL_ASM}
|
||||
assem : as_sdcc_sdasz80;
|
||||
{$endif Z80_INTERNAL_ASM}
|
||||
assemextern : as_sdcc_sdasz80;
|
||||
link : ld_none;
|
||||
linkextern : ld_zxspectrum;
|
||||
|
Loading…
Reference in New Issue
Block a user