Motorola MC68000 IDE by Neil Munday
The following program was written by myself in February 2001 using Visual Basic 6.0. It is a full application that provides an Integrated Devlopment Environment (IDE) for writing programs for the Motorola MC68000 processor. I decided to write the program after being frustrated using Notepad and MS-DOS to assemble and run my assembler programs under an emulator. My program integrates these three parts of the development process and reduces development time. It
also highlights comments as you type, and handles the deletion of comment characters.
In addition to this, it automatically loads the *.lst file associated with the program the user is currently working on. This is automatically re-loaded when the user assembles their code and any warnings or fatals are highlighted for the user, and it adjusts itself to fit any screen resolution. If the user associates assembler source code files (*.asm files) with my IDE, they will be automatically loaded when the user opens an *.asm file.
My MC68000 IDE does not assemble and emulate the assembly programs itself, it merely creates a development environment. Therefore, an assembler and emulator for the Motorola MC68000 processor are required in order to use the program. These can be downloaded here.
When the program loads for the first time, it will ask the user where the assembler and emulator can be found. The locations of these programs are then stored in order for the IDE to send the user's source code to the assembler and their object code to the emulator. The locations of the assembler and the emulator can be changed later should the user wish to.
Below are two screen shots (63% of normal size):

The above screen shot is of a user's source code. As you can see, comments are automatically highlighted.

The above screen shot is of the lst file for the program shown in the first screen shot. As you can see warnings and fatals are highlighted for the user.
If you would like to download this program, click here. The setup files have been placed in a self-extracting zip file. It is 2.17Mb in size. You do not need an un-zipping utility to install the program.
The program requires a system with the following specification:
Emulator and Assembler for MC68000
At least Windows 95
P200Mhz
16Mb RAM
At least 2.5Mb of free hard drive space for setup program (this can be deleted after installation).
If you have any questions, please e-mail me.
Copyright © Neil Munday 2002
|