Live data from Hacker News

VisUAL, a highly visual ARM emulator

salmanarif.bitbucket.org

1–10 of 21 posts

Re: VisUAL, a highly visual ARM emulator

#4
I was reading through thinking "gah, wish I'd had something like that when I took Into to Comp Arch [with ARM] ... I should link it on the department facebook group or something" when what do you know:

    > It has been designed specifically to use as a teaching
    > tool for the Introduction to Computer Architecture
    > course taught at the Department of Electrical and
    > Electronic Engineering of Imperial College London. 
Someone else clearly thought it would be useful without (like me) having to see the finished product first!

Re: VisUAL, a highly visual ARM emulator

#6

wow this is gorgeous, it looks like it performs a function similar to http://www.easy68k.com/

Interesting. Thank you for sharing.

Do you know a similar tool for Linux or OS X?

Edit:

Not optimal but it works great on OS X with Wine (v1.6.2 installed via homebrew). Screenshot as a proof http://i.imgur.com/qCwKhXv.png

Re: VisUAL, a highly visual ARM emulator

#8
I'm working on a similar web-based emulator for the version of MIPS my school uses (UWaterloo, CS 241). We have to build parts of a compiler for the course and I was sick of hand-simulating my compiler's output to look for bugs.

https://github.com/zodiac/yamd http://readdit.xuanji.li:8000/

Re: VisUAL, a highly visual ARM emulator

#9
post #8

I'm working on a similar web-based emulator for the version of MIPS my school uses (UWaterloo, CS 241). We have to build parts of a compiler for the course and I was sick of hand-simulating my compiler's output to look for bugs. https://github.com/zodiac/yamd http://readdit.xuanji.li:8000/

If you can make a really nice MIPS emulator, that would be awesome. I had to learn MIPS for a programming unit I did in my first year of university. We had to use the MARS emulator which is a not particularly good MIPS emulator in java.

A well made and nice looking MIPS emulator would be awesome.

Post reply on HN