| The Softools WinIDE
ties together the development tools necessary for assembly and C program development in an
easy to use, flexible yet simple program. It's simple enough for a single source file
program yet it can also handle dozens of files in different folders to create extensive
applications. |
| It includes context
sensitive on-line help for all program dialogs which include the SASM180 assembler, the
SC180 C compiler, the SLINK linker and all of the options available for use in these
programs. The full user manuals are also on-line as chapter-based help files.
|
| The WinIDE is a
32-bit application and all programs are Win32 DLL's for fast assembling, compiling and
linking. They are built on our 10 years of experience creating fast and stable tools for
microprocessors. |
| It includes a New Project Wizard to step
through setting up a new project. This includes setting source file
options, including C startup (can be disabled for assembly programs),
defining startup options (battery backed RAM and testing backed up RAM
validity), selecting libraries, selecting memory addresses to get the
linker locating options in place, and even includes optionally selecting
source files to add to an intial project. |
| Built-in editor for
program development and quick error and warning lookups from the message window. Error
messages stay synchronized in window as files are edited. Contains many features capable
for daily editing and program building. Your favorite editor is also supported for most
editing tasks. |
| Supports finding text
across all files in a project and optionally in any folders you specify.
|
| Multiple program
models are supported. If more than one product or program image is made from the same
source files, the WinIDE can assemble and build one or all models with one click. Models
can be disabled for building for those that don't need to be refrehsed on each build.
|
| Can create output
that is linked or combined using SLIB allowing ROM or LIB outputs.
|
| Allows updating
source options for one file, all files in project, and for files that will be added to a
project. You will be warned if globally changing file options when one or more files have
file-specific options set. |
| Has quick toolbar
buttons for updating a build (Build & Make), opening a MAP file, opening a "To
Do" file, and other project functions. |
| Fully supports long
folder names and long file names. |
| The program builder
includes auto dependency checks, whereby the compiler will check the OBJ file for all of
the dependencies that were used to compile the source code originally.
|
| The WinIDE (except
8085) supports command line tools which also supports a fully integrated MAKE facility,
SASM assembler, C preprocessor and K&R/Standard C cross-compiler for Win32 compatible
systems for the command line tools. |
| Can capture error
window contents into an editor window to be saved as a text file.
|