←back to thread

176 points modinfo | 5 comments | | HN request time: 0.781s | source
1. LarsDu88 ◴[] No.45649962[source]
Is there a version of this for a simpler ISA like for the 6502 chip, the Gameboy chip, or straight up ARM?
replies(3): >>45653328 #>>45653599 #>>45654457 #
2. enoent ◴[] No.45653328[source]
For ARM (32-bit): https://alexaltea.github.io/unicorn.js/ or https://cpulator.01xz.net/

For other architectures, it feels like a missed opportunity to not have an independent WASM build of MAME's debugger, as the whole project could already be built in WASM (although I think the latest versions were broken, as that target isn't actively maintained): https://docs.mamedev.org/initialsetup/compilingmame.html#ems...

3. soferio ◴[] No.45653599[source]
This is an assembler: https://paleotronic.com/merlinplus/
replies(1): >>45655515 #
4. wkjagt ◴[] No.45654457[source]
This one is quite fun: https://skilldrick.github.io/easy6502/
5. pjmlp ◴[] No.45655515[source]
As info for others, the site currently has CORS errors, thus it doesn't assemble/execute.