|
@@ -205,6 +205,11 @@ unit agz80asm;
|
|
writer.AsmWritePChar(tai_comment(hp).str);
|
|
writer.AsmWritePChar(tai_comment(hp).str);
|
|
writer.AsmLn;
|
|
writer.AsmLn;
|
|
end;
|
|
end;
|
|
|
|
+ ait_align :
|
|
|
|
+ begin
|
|
|
|
+ if tai_align_abstract(hp).aligntype>1 then
|
|
|
|
+ writer.AsmWriteLn(asminfo^.comment+'Unsupported ALIGN '+tostr(tai_align_abstract(hp).aligntype));
|
|
|
|
+ end;
|
|
ait_label :
|
|
ait_label :
|
|
begin
|
|
begin
|
|
if tai_label(hp).labsym.is_used then
|
|
if tai_label(hp).labsym.is_used then
|