I'm about to compile codes using assembly language, buy I forgot on how to compile a file to run.
Is this the correct way?
tasm filename
tlink /t filename.exe
I'm searching the web but yet I cant find the right way, would someone provide me the proper syntax for this?
Borland's Turbo Assembler (TASM) is rather obsolete these days. The last version update, to my knowledge, was version 5.0 with was produced about 20 years ago.
For this reason, and because your comment indicates that it's not actually installed on your machine, you would be well advised to convert to either MASM 8.0 (Microsoft's assembler) or NASM 2.11.06 (the Netwide Assembler) instead. Changes to convert from TASM-specific code to run on either of the other two are usually minimal.