<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Is there a way to change the syntax for the Lazarus Assembler
window (View->Debug Windows->Assembler) to display Intel
syntax?</p>
<p><a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/19149105/how-to-disable-att-enable-intel-syntax-in-lazarus-debug-window">https://stackoverflow.com/questions/19149105/how-to-disable-att-enable-intel-syntax-in-lazarus-debug-window</a>
says: In the section
Tools-<Options->Debugger->General->Debugger_Startup_Options
paste: <code>-eval-command="set disassembly-flavor intel" . <br>
</code></p>
<p><code>Unfortunately, It doesn't work on my Kubuntu system.</code></p>
<p><code>Any suggestions on how to make it work?</code></p>
<p><code>Thanks</code></p>
<p><code><br>
</code></p>
<p><code>Wolf<br>
</code></p>
</body>
</html>