Просмотр исходного кода

+ write eol after each instruction

git-svn-id: branches/z80@44484 -
nickysn 5 лет назад
Родитель
Сommit
03ea93de87
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/z80/agsdasz80.pas

+ 1 - 1
compiler/z80/agsdasz80.pas

@@ -287,7 +287,7 @@ unit agsdasz80;
 
     procedure TSdccSdasZ80Assembler.WriteInstruction(hp: taicpu);
       begin
-        writer.AsmWrite(#9#9+std_op2str[hp.opcode]);
+        writer.AsmWriteLn(#9#9+std_op2str[hp.opcode]);
         {if taicpu(hp).ops<>0 then
           begin
             for i:=0 to taicpu(hp).ops-1 do