mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:39:34 +02:00
+ write eol after each instruction
git-svn-id: branches/z80@44484 -
This commit is contained in:
parent
dc1ff00418
commit
03ea93de87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user