+ write eol after each instruction

git-svn-id: branches/z80@44484 -
This commit is contained in:
nickysn 2020-04-01 14:04:20 +00:00
parent dc1ff00418
commit 03ea93de87

View File

@ -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