From 03ea93de877152b461bd0673db6971937ff01614 Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 1 Apr 2020 14:04:20 +0000 Subject: [PATCH] + write eol after each instruction git-svn-id: branches/z80@44484 - --- compiler/z80/agsdasz80.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/z80/agsdasz80.pas b/compiler/z80/agsdasz80.pas index 2c9b75290e..15249b6bed 100644 --- a/compiler/z80/agsdasz80.pas +++ b/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