Download von addsub.asm (addsub.asm ( externer Link: SourceForge.net): 445 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf addsub.asm ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
445 Bytes
MD5
71298bae11f1a457a7ab0832cd87a658

Projektbeschreibung

The ebe programming environment is a nice IDE designed for developing Assembly programs. It also handles C, C++ and Fortran programs as well since there was not much extra effort. This project is an effort to recode ebe using C++ and QT.

Originally ebe was coded using Python, Tkinter and Pmw, which worked out pretty well. The QT environment offers substantially better GUI controls. The most obvious difference is that Python ebe has a lot of separate windows, while the QT ebe will use 1 main window and a collection of dockable subwindows. This will make it easier to use.