What is Tasm IDE?
With Tasm IDE you will never again have to type in command line switches to make assembly programs with Turbo Assembler. You can open and edit multiple assembly files and easily set the command line switches just by selecting and clicking them. It has a lot of features that will help you eliminating some of the downsides of assembly programming. Thanks to the wizard you won't have to recall what the the parameters for some library function are or what registers must be set for an interrupt call. Snippets of code can be directly inserted into the code. This will also prevent bugs and can greatly speed up standard work programming. Because of the integration of the wizard editor you can immediatly paste every reusable piece of code into a wizard and use it again.
Other features include a base converter, resource compiler shell and many example programs.