-
Notifications
You must be signed in to change notification settings - Fork 0
Home

- Support for any CPU architecture and instruction set via plug-in modules (currently only 68RS08).
- Configurable syntax highlighting.
- Content assist providing intelligent proposals for instructions, macro names and operands.
- Program validation for instructions, macro names and operands.
- Support for additional instruction sets including Atmel AVR and 6502.
- Support for macro parameters, conditional code.
- Assembler implementation.
- Quick assembly view.
- Memory map view.
- Disassembler implementation.
- Simulator implementation.
In Eclipse go to Help -> Install New Software... -> Add...
Use this update site URL:
http://eclipse.modaptix.org/
We are always on the lookout for talented individuals interested in helping with any aspect of development from writing code and fixing bugs to writing documentation or producing translations of existing documentation and UI strings.
To get started you will need to have installed the Eclipse IDE with the following extensions:
Alternatively you may wish to install the Eclipse IDE for Java and DSL Developers which is available from:
https://www.eclipse.org/downloads/packages/eclipse-ide-java-and-dsl-developers/marsr
and contains everything you need to get started.
You can then use the Git plug-in to clone this repository. It is a good idea to do this into a new empty workspace as several projects are included in this repository all of which work together to comprise a functioning MUMADS install.
You will also need to clone the Xtext Expressions repository and the Xtext Utils repository if you wish to build the dependencies from source.
https://github.com/Modaptix/xtext-expressions
https://github.com/Modaptix/xtext-utils
One final note of warning however. As this project is in the very early stages all APIs are in an alpha state and can change at any time so please discuss any ideas with us before implementing them to save wasted time and duplicated effort.
Thanks!
The Modaptix Team