[fpc-pascal] Registers used by calling conventions

Christo Crause christo.crause at gmail.com
Sat Mar 9 06:33:33 CET 2019


On Sat, Mar 9, 2019 at 12:13 AM Anthony Walter <sysrpl at gmail.com> wrote:

> ... The {$asmmode intel} compiler directive changes the asm syntax of
> what's allowed in your unit, but it does not change how dissasembled code
> is displayed in the Lazarus dissasembler view. I'd like to see instructions
> dissambled in the Lazarus helper window using the Intel style. I wasn't
> referring to the asm code in the source code editor.
>

The disassembly is prepared by the debugger.  For GDB you can set the
disassemble flavour by "set disassemble-flavor intel".  In Lazarus: Tools -
Options, go to Debugger - General then look for property AssemblerStyle and
change to gdasIntel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20190309/b06713c2/attachment.html>


More information about the fpc-pascal mailing list