+ emit proper far calls/jmps for addr_far in the nasm assembly output

git-svn-id: trunk@24833 -
This commit is contained in:
nickysn 2013-06-09 12:59:44 +00:00
parent f5a9442910
commit 9a6c242f97

View File

@ -442,6 +442,10 @@ interface
(op=A_LOOPZ)
) then
AsmWrite('NEAR ');
{$endif i8086}
{$ifdef i8086}
if o.ref^.refaddr=addr_far then
AsmWrite('far ');
{$endif i8086}
AsmWrite(o.ref^.symbol.name);
if SmartAsm then