Jasclipse is an Eclipse plugin for developing applications written in Jasmin. It provides Jasmin editor with syntax highlighting, error marking and Ctrl+Space assistance. It also allows compiling your files with Jasmin 2.2 using standard Eclipse build command.
Jasmin code is fully integrated with standard Java Project, which means that one can use Java classes located on project classpath in Jasmin files. The opposite usage is also available: one can import Jasmin classes to Java code. This kind of solution is quite natural, as Jasmin files compile to *.class files.
Jasclipse uses some standard Eclipse views, such as Errors and Warnings View, Task View and Outline View. Each of this views has been adapted to show information specific for Jasmin files.
The plugin also provides a set of wizards. It adds two wizards to 'New' dialog box. They are used to create new Jasmin classes and interfaces. Jasclipse also provides editor specific wizards. These are used to create new fields and methods in edited files.
Jasclipse also includes many useful information about Jasmin language itself. It contains a guide through all Jasmin directives and instructions, as well as hover help for every directive or instruction used in edited file.
To view a list of Jasmin directives and instructions, see Appendixes section of this guide.
If you are not familiar to Jasmin, visit Jasmin Home Page.