TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Assembly

88 pointsby shpxabout 1 year ago

8 comments

kaoDabout 1 year ago
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 未加载
Harmohitabout 1 year ago
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_Kabout 1 year ago
Website has gone down.
hawtshawtabout 1 year ago
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 未加载
vkoskivabout 1 year ago
Heh, my program that just copies the current instruction to +1 wasn&#x27;t allowed on the board, fair enough I guess :D
评论 #40342553 未加载
aapplebyabout 1 year ago
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 未加载
bitsofjoyabout 1 year ago
I guess worms are still allowed as long as they are more than a single instruction, right?
tux3about 1 year ago
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 未加载