Simple Assembly Math Interpreter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Simple Assembly Math Interpreter

A lot of people have been asking about assembly, and whether SoloLearn will get courses for it. While I highly doubt that will happen because of security concerns, we can use what we already have to build some simple assembly interpreters like this https://code.sololearn.com/W5X7Sfx7HSQi. For an example of usage press "Test" to run some simple test code. It currently only supports math, and only add, subtract, multiply, divide, and modulo division. It's also very simple; I've only been working on

2nd Feb 2018, 6:31 PM
Tom Shaver
Tom Shaver - avatar
2 Answers
+ 2
Normally I’d say that there are already threads to advertise codes, but this is amazing.
3rd Feb 2018, 2:09 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 1
Yes, it was still stupid even though it's kinda cool. Thank you though :P Still working on usage instructions + basic assembly tutorial to go with it, but I have added basic support for strings (without memory -- just store them on the top of the stack). I've also found a copy of the specifications for the actual project (though in Java, C, and etc and not JS) and I may try to do it, but I've got a few other real and useful projects I'm already working on and have been for months with no public release though it's been ready at least once. Lol.
5th Feb 2018, 7:33 AM
Tom Shaver
Tom Shaver - avatar