Language…
23 users online:  AmperSam,  Anorakun, apache, B2De,  Blaagon, caioskii, Danik2343, feb31st, Fozymandias, GamesInTweed, Heitor Porfirio,  idol, JudithPrietht,  Losoall, mario90, Maw, NewPointless, SMW Magic,  Tahixham,  Teyla, The_Uber_Camper,  Thomas, VSmario90 - Guests: 284 - Bots: 334
Users: 64,795 (2,374 active)
Latest user: mathew

sgASM w2 - MIPS Assembler (open source, javascript)

For the time being, I haven't been able to work on my other projects, so I got bored and wrote another MIPS assembler in javascript.



As you can probably tell from the picture, you can basically type your code in as shoddily as you want and it will still assemble (assuming the arguments are in the right order of course). I've included a notes column in the box on the right so that should also aid in making and reading over code quickly.

The js/html side of things is open sauce, meaning I don't care if someone were to re-upload it somewhere with modifications (so long as sgASM remains in the name) or request that I add their modifications.

Again, not to be taken too seriously, I basically just started this for fun.

http://bin.smwcentral.net/u/25323/sgASM_w2.html

Syntax
- hex numbers must be prefixed with 0x
- comments can be made by typing in anything after a finished line, though I would suggest using //, #, or ; for clarity
- the assembler sees parenthesis and commas as white-space, argument order is the only thing that matters

I'm pretty happy with the code, but it's in its early stages and I plan on making changes to it here and there. Most importantly, I'd like to get the entire r43 instruction set added and make the js code more portable. I also plan on adding a few server side things to my own edition, like saving code and sharing it, and perhaps a chatting functionality just for the hell of it.