Specy/asm-editor

Add other assembly language

Opened this issue · 3 comments

Specy commented

The website wasn't made with only m68k in mind, i wanted to add more assembly languages, mips for example, the main issue is to find a decent assembler /emulator that runs on the browser and has the ability to step the code, read registers and memory etc.

Any plans for x86-64?

Any plans for x86-64?

I need to find a proper x86-64 emulator first. I had searched around for one but couldn't find any that worked in the browser without too much work.

@robalb was working on a JavaScript port of the Blink emulator, so maybe once that is done I can consider adding it.

Currently the x86 emulator is kind of bad. I might change it to use x86-64 but the goal is to replace it altogether