Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Better clarification

...

Mpm is implemented in Ansi-C supporting executables on 32bit and 64bit architectures (where an Ansi-C compiler is available. ) It is designed to be a multi-platform tool, automatically handling file naming conventions and correct code generation, byte ordering, no matter which architecture it is being executed on.

Mpm assists the assembly language programmer with high-level source structures features like

  • modularized source code,
  • support for meta data structures,
  • source file-level dependencies
  • static library management 
  • and complete code generation

In short, Mpm has been designed with the focus on flexibility and extendability and is available on as Open Source, through the GPL v2 license.

...