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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.