Cool project, I've been thinking about writing one for MIPS (I'm taking a computer architecture class this quarter :))
Simple 8-bit Assembler Simulator in Javascript
11–18 of 18 posts
Re: Simple 8-bit Assembler Simulator in Javascript
#12Earlier quoted context omitted.
Your are talking to the author of that emulator :) It would be much easier for an x86 emulator. I tried only the Javascript engines from Google and Chrome so far. Of course they all fail to compile with an unsupported platform error using the OpenRISC toolchain. I am wondering which one is more compatible for cross-compiling.
I wonder if a standard webkit-gtk might be doable just because it does support running without a JIT from some googling. I imagine it'll be slow as anything could be, but it might work.
Looks not so bad. This not an absolute no ;)
Re: Simple 8-bit Assembler Simulator in Javascript
#13'Tis the season for javascript emulators, I guess. I've seen at least 3 or 4 up on HN in the last week. Cool stuff.
And another: http://tjdetwiler.github.io/hcf/ It's a shame 0x10c isn't a thing anymore.
Re: Simple 8-bit Assembler Simulator in Javascript
#14Re: Simple 8-bit Assembler Simulator in Javascript
#15I'm writing a z80 assembler for nodejs.
Re: Simple 8-bit Assembler Simulator in Javascript
#16Re: Simple 8-bit Assembler Simulator in Javascript
#17Related: https://github.com/samsaga2/js80 I'm writing a z80 assembler for nodejs.
Re: Simple 8-bit Assembler Simulator in Javascript
#18Related: https://github.com/samsaga2/js80 I'm writing a z80 assembler for nodejs.
Let me know if you ever write an emulator.