Answer the question
In order to leave comments, you need to log in
Compiling to tasm. How to create .bat and .lst files through Far Manager?
Initially, I have the source file program1.asm.
Using the following commands, on the command line, only files are created:
==================================== =======================================
In order to compile you need: //PUT 4 and 5
1. Place the project in the folder with the compiler
2. Open the command line
3. cd the path to the folder with the compiler
4. tasm \l name.asm (it is possible without the l key, which creates the program listing)
5. tlink name.obj (get .exe file)
6. cv name.exe (trace, F8 trace, F2 show registers)
============================ ================================================
Only files are created: PROGRAM1.EXE; PROGRAM1.MAP; PROGRAM1.OBJ
And I need to create more files with .bat and .lst extensions. How to create them through Far Manager?
I try through the following commands, but it doesn't work... See pictures.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question