<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 9, 2019 at 12:13 AM Anthony Walter <<a href="mailto:sysrpl@gmail.com">sysrpl@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">... 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.</div></div></div></blockquote><div><br></div><div>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.<br></div></div></div>