mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
+ support ait_datablock in the sdcc-sdasz80 asm output
git-svn-id: branches/z80@44499 -
This commit is contained in:
parent
fbadb3519f
commit
c3ac9d06c8
@ -552,6 +552,16 @@ unit agsdasz80;
|
||||
ait_symbol_end :
|
||||
begin
|
||||
end;
|
||||
ait_datablock :
|
||||
begin
|
||||
if tai_datablock(hp).is_global or SmartAsm then
|
||||
writer.AsmWrite(tai_datablock(hp).sym.name + '::')
|
||||
else
|
||||
writer.AsmWrite(tai_datablock(hp).sym.name + ':');
|
||||
{if SmartAsm then
|
||||
AddSymbol(tai_datablock(hp).sym.name,true);}
|
||||
writer.AsmWriteLn(#9'.rs'#9+tostr(tai_datablock(hp).size));
|
||||
end;
|
||||
ait_const:
|
||||
begin
|
||||
consttype:=tai_const(hp).consttype;
|
||||
|
Loading…
Reference in New Issue
Block a user