Minimalistic Assembler Interpreter

An Open Source, free and small bytecode based assembler, compiler and interpreter
Download

Minimalistic Assembler Interpreter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • sourceforge.net
  • Price:
  • FREE
  • Publisher Name:
  • Simon Michalke

Minimalistic Assembler Interpreter Tags


Minimalistic Assembler Interpreter Description

Minimalistic Assembler Interpreter (a.k.a. miniasm) is an open source command-line software that provides an interpreter, compiler and assembler for bytecode (a.k.a. p-code or portable code). With Minimalistic Assembler Interpreter, you will be able to compile interpreted bytecode (.iasm) from mini-assebler (.masm) and short-(.sasm), interpret the bytecode, compile the bytecode into binary code, as well as to write mutatable programs. It uses only relative adressing. In order to add a command, users need to enlist it first in CODEREF, create a (sub-)struct in /interpreter/command.h, then add the command to ./compiler/compiler.cpp and to ./interpreter/interpreter.cpp.


Minimalistic Assembler Interpreter Related Software