Program overview.


Below is a part of the main screen displayed, that you'll see when you start up Tasm IDE. Click on a part of the image to get more information on what it does.

Program menu

File

New File (Ctrl-N)
New Project
Open... (Ctrl-O)
Open Project...
Save
Save As...
Save Project As...
Save All
Exit - Quits the program

Edit

Copy - Copy the current selection
Cut - Cut the current selection
Paste - Paste into document
Delete - Delete current selection
Find... - Find a word or phrase
Replace... - Replace a word or phrase
Goto Line... - Jump to a line number

Project

Remove this file...
Make Project
Run
Debug

Program

Base Converter
Dos Shell
View Messages
View Toolbar
Insert Wizard Comments
Settings...

Help

Help (F1) - Opens this file.
Help Contents - Opens help contents.
About... - Opens the about screen.


Toolbar

The toolbar contains shortcuts to the menu. Below are all buttons enlarged and commented. Press the button for a more detailed description.

Opens a project from disk.

Saves all files opened and the project.

Adds a new file to the project.

Open any file.

Save the currently selected file.

Open any file.

Remove the currently selected file from the project.

Make the project by calling the assembler and the linker.

Make the project and execute the executable if successful.

Make the project and run the debugger.




Related Topics:
What is Tasm IDE?
Installing / Uninstalling.

Contents