Opening files.


Assembly files that are made with other editors can of course also be used in Tasm IDE. When you open them they will be loaded into memory and viewed in the editor. Also a button appears so that you can switch to the other units. When it's opened, Tasm IDE stores the location of the file. This means that if you make changes to the unit in Tasm IDE and then save it, the changes will be written to that file without notice.

To open a unit:
- Select from the menu: File->Open
- Press the "Open" button:
- Press the "Add File To Project" button:


Related Topics:
Creating new files.
Saving files.
Removing files.

Contents