A simple generic Assembler that is easy changeable for your own vm's
instruction set.It supports many types of instructions, parameter types, Offset-Jumps and so on... Its also very fast and absolutely plattform independant!
Categories
Build ToolsLicense
GNU General Public License version 2.0 (GPLv2)Follow Simple Generic Assembler
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Does the job quite well if you're fine with just adding opcodes. Adding them is simple enough. However, if you want to alter the assembler in any way, be prepared to be met with some of the most atrocious code formatting you'll ever see. It looks like the author's keyboard didn't have a tab, space or return key. I like it aside from the (aesthetic) complaint above, and it does what it needs to do but before I begin expanding it for my needs I'm going to really have to clean up the code formatting. Otherwise, it's a nice little tool and I highly recommend it if you're trying to make a custom assembler for emulators or some other application requiring a cross compiler. Bottom line: I recommend this.