Creating new files.
All sorts of text-files can be edited in Tasm IDE. Only at compile-time
the extension matters. When a file has the extension asm it is treated as an Assembly file and is compiled
using the assembler options. When the extension is rc it is compiled with brcc32.exe and linked into
the project as a resource. All other files are ignored at compile-time.
A new file has the asm extension by default. By saving it, you
can give it any extension you want.
To make a new file:
- Select from the menu: File->New File
- Press the "New File" button:
Related Topics:
Saving files.
Removing files.
Opening files.
Contents