TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Assembly

88 点作者 shpx大约 1 年前

8 条评论

kaoD大约 1 年前
This was a bit confusing for me. Is this a simplified Core War[0]?<p>[0] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Core_War" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Core_War</a>
评论 #40338094 未加载
Harmohit大约 1 年前
I love the idea! I never got too seriously into Core War but I remember discovering it as a high school student and getting exposed to assembly programming. I think that the &quot;natural&quot; language that this game uses is quite intuitive and the whole game is a great way to get started with assembly.<p>However, I do find the UI quite unintuitive at certain points. Especially when I wrote a program, I couldn&#x27;t figure out how to run it in the local training assembly.
James_K大约 1 年前
Website has gone down.
hawtshawt大约 1 年前
Slightly unrelated, but does anyone know what font is being used on the website? &quot;Dos&quot; is the only reference to it in the CSS stylesheet but I can&#x27;t seem to find it online.
评论 #40339866 未加载
评论 #40340809 未加载
vkoskiv大约 1 年前
Heh, my program that just copies the current instruction to +1 wasn&#x27;t allowed on the board, fair enough I guess :D
评论 #40342553 未加载
aappleby大约 1 年前
If you click &quot;Let&#x27;s take a peek&quot;, you can never get back to the front page. That&#x27;s kinda annoying.
评论 #40339716 未加载
评论 #40340652 未加载
bitsofjoy大约 1 年前
I guess worms are still allowed as long as they are more than a single instruction, right?
tux3大约 1 年前
I feel like not being able to treat data as code and code as data limits the strategy a lot.<p>You can&#x27;t read what code is in a cell, you can only read and write data. So you can&#x27;t do self-modifying code, beyond blindly copying an existing code cell somewhere else.
评论 #40338238 未加载