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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Yasp – Web-based emulator, assembler for students learning assembly language

104 点作者 luto超过 11 年前

7 条评论

tptacek超过 11 年前
This looks awesome. If people are interested in this and haven&#x27;t checked it out yet, <a href="http://microcorruption.com" rel="nofollow">http:&#x2F;&#x2F;microcorruption.com</a> is still running: 19 levels of security challenges on an emulated MSP430 board.
评论 #7274162 未加载
capkutay超过 11 年前
I love this! Would&#x27;ve been nice to have something like this when I was learning assembly the first time. After learning to develop with eclipse, sublime text, chrome debugger, etc, using something like QTSpim for assembly just fired off signals in my brain saying &#x27;this is outdated, assembly is probably not what you want to learn&#x27;. But of course assembly is important to anyone who wants intimate knowledge of what&#x27;s going on inside of the CPU when you run your programs. Great idea to put a modern, beautiful interface on top of it!
评论 #7276120 未加载
antirez超过 11 年前
Great, but why don&#x27;t learn a real thing instead? Like this: <a href="http://skilldrick.github.io/easy6502/" rel="nofollow">http:&#x2F;&#x2F;skilldrick.github.io&#x2F;easy6502&#x2F;</a>
评论 #7275960 未加载
krmboya超过 11 年前
This is a project I&#x27;d definitely be interested in.<p>I am a webdev by day (Python&#x2F;Django) but recently started learning x86 assembly at home (after which I can pick off from where I left in C at college).<p>Some of my colleagues think I&#x27;m crazy, but I find I&#x27;m learning a lot about how a computer really works (and I&#x27;m also beginning to understand why the great old &#x27;real programmers&#x27; spent hours upon hours on the damn machine :-))
评论 #7273148 未加载
johnjones4超过 11 年前
Assembler is very interesting to mess around with. As a side project I built this app a while back that does something similar: <a href="https://itunes.apple.com/us/app/classic-100/id567631118?mt=8" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;classic-100&#x2F;id567631118?mt=8</a>
chipsy超过 11 年前
Yesterday I was working with the built-in debugging and memory search tools in FCEUX to track down a memory location I wanted to script against(a game mode, for a Twitch Plays stream). There are some really great tools in emulators now that let you explore the code and memory in a more interactive fashion. I was even able to script my own tool to poll which code addresses accessed a specific memory location over a given timeframe.
jw2013超过 11 年前
This looks to be great. But is there anything to set this apart from so many desktop-version assembler?
评论 #7273833 未加载