* Xtense: prettify assembler output

git-svn-id: trunk@44352 -
This commit is contained in:
florian 2020-03-24 19:42:33 +00:00
parent fb2e262027
commit 2a8f2f3662

View File

@ -151,7 +151,10 @@ unit agcpugas;
s:=s+cond2str[taicpu(hp).condition];
if taicpu(hp).ops<>0 then
begin
sep:=#9;
if length(s)<5 then
sep:=#9#9
else
sep:=#9;
for i:=0 to taicpu(hp).ops-1 do
begin
s:=s+sep+getopstr(taicpu(hp).oper[i]^);