<p><a href="https://mastodon.social/tags/BabelOfCode" class="mention hashtag" rel="tag">#<span>BabelOfCode</span></a> 2024<br />Week 3<br />Language: x86_64 assembly [AMD64] (macroassembler: GNU as/gas)</p><p>PREV WEEK: <a href="https://mastodon.social/@mcc/113783248514095140" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@mcc/113783248</span><span class="invisible">514095140</span></a><br />RULES: <a href="https://mastodon.social/@mcc/113676228091546556" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">mastodon.social/@mcc/113676228</span><span class="invisible">091546556</span></a></p><p>I planned ASM for today and when I saw the challenge *almost* bounced to TCL, because I *don't* wanna write a parser in ASM. But the language here is exceedingly regular, so probs a state machine is enough.</p><p>Successfully ran this hello world <a href="https://cs.lmu.edu/~ray/notes/gasexamples/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">cs.lmu.edu/~ray/notes/gasexamp</span><span class="invisible">les/</span></a> which I think should be all I need to start.</p>