<p><span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention">@<span>mcc</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@cr1901" class="u-url mention">@<span>cr1901</span></a></span> <span class="h-card" translate="no"><a href="https://f.duriansoftware.com/@joe" class="u-url mention">@<span>joe</span></a></span> the &quot;normal&quot; way to express things like that in Intel syntax is [reg+disp] or [reg*scale+disp] where disp/scale are constants.</p><p>so for example if I wanted to read a dword from the address at eax multiplied by four plus 8, I&#39;d do:</p><p>mov eax, [eax*4+8]</p>
Reply