浏览代码

+ write eol after each instruction

git-svn-id: branches/z80@44484 -
nickysn 5 年之前
父节点
当前提交
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);
     procedure TSdccSdasZ80Assembler.WriteInstruction(hp: taicpu);
       begin
       begin
-        writer.AsmWrite(#9#9+std_op2str[hp.opcode]);
+        writer.AsmWriteLn(#9#9+std_op2str[hp.opcode]);
         {if taicpu(hp).ops<>0 then
         {if taicpu(hp).ops<>0 then
           begin
           begin
             for i:=0 to taicpu(hp).ops-1 do
             for i:=0 to taicpu(hp).ops-1 do