<p>So it took longer than I&#39;d hoped, but I now have a working first-pass AMD64 ASM program that can decode an ASCII number in the .data segment and print it out again.</p><p><a href="https://github.com/mcclure/aoc2024/blob/ad0a3f670a4ed6d403f81863977175315284d220/03-01-multiply/src/number-echo.s" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/mcclure/aoc2024/blo</span><span class="invisible">b/ad0a3f670a4ed6d403f81863977175315284d220/03-01-multiply/src/number-echo.s</span></a></p><p>Build instructions in adjacent run.txt.</p><p>I have some questions.</p><p>(1 of 2). I think I don&#39;t like GNU/AT&amp;T assembly format and would like to switch to Intel assembly format. Is Intel format… documented… somewhere? This is the closest I found. <a href="https://sourceware.org/binutils/docs/as/i386_002dVariations.html" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sourceware.org/binutils/docs/a</span><span class="invisible">s/i386_002dVariations.html</span></a></p>
Reply