Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,Lazarus 使用糟糕(可怕)的 AT&T 语法显示 x86/x64 程序集。
如何让它显示理智的人使用的英特尔语法?
幸运的是有一个选择。
转到工具->选项->调试器->常规
在Debugger_Startup_Options部分粘贴: -eval-command="set disassembly-flavor intel"
-eval-command="set disassembly-flavor intel"
重新启动拉撒路,理智已恢复。
好多了....