<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2018-01-10 18:09 GMT+01:00 Karoly Balogh (Charlie/SGR) <span dir="ltr"><<a href="mailto:charlie@scenergy.dfmk.hu" target="_blank">charlie@scenergy.dfmk.hu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hi,<br>
<br>
On Wed, 10 Jan 2018, Matias Vara wrote:<br>
<br>
</span><span class="">> BTW, this only applies to inline assembler functions rigth? In the case<br>
> of normal procedures that contains a block asm end; there is no problem,<br>
> Am I right?<br>
<br>
</span>No, it applies to *ALL* assembler code. Also inline blocks. The only<br>
difference is, for blocks you can hint the compiler which registers you<br>
use, so the compiler can also tailor code which improves the interaction<br>
with your assembler code:<br>
<br>
<a href="https://www.freepascal.org/docs-html/ref/refse87.html" rel="noreferrer" target="_blank">https://www.freepascal.org/<wbr>docs-html/ref/refse87.html</a><br>
<br>
This is not true for pure assembler functions tho', for performance<br>
reasons among others.<br>
<div class="HOEnZb"><div class="h5"><br>
Charlie<br>
</div></div></blockquote><div><br></div><div>This is very interesting. </div><div><br></div><div>Thanks a lot. </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.<wbr>org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">http://lists.freepascal.org/<wbr>cgi-bin/mailman/listinfo/fpc-<wbr>pascal</a></div></div></blockquote></div><br></div></div>