EASy68K is a FREE 68000
Structured Assembly Language IDE. It allows you to
assemble, run, and debug 68000 programs on a Windows PC with no
additional hardware. Software development for the 68000
system described here was all done using EASy68K.
The GUI Editor has colour syntax highlighting and
multi-level undo/redo.
The Assembler supports:
Macros
Many Assembler directives (DC, DS, EQU, INCLUDE, OFFSET,
SECTION etc.)
Structured Assembly (IF, FOR, WHILE, REPEAT, DBLOOP)
Conditional Assembly
The Simulator AKA Sim68K fully emulates a 68000 system
with console I/O. Sim68K allows you to view the 68000
registers, system memory, and the stack while stepping
through an assembly language program. Console I/O is
displayed in a separate window.
An additional utility EASyBIN allows you to open, edit,
and create S-Record and Binary files. It can also split
binary data into multiple files. |