M
M
Muriam2019-02-07 21:32:37
assembler
Muriam, 2019-02-07 21:32:37

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.
5c5c799be329b718920090.jpeg5c5c79a9ecbcf828045545.jpeg5c5c79b7bbee4745478057.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2019-02-07
@Muriam

Shift+F4 - create/edit file. Enter the name a.bat, the editor window will open, type the text there.
lst file will be created automatically during compilation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question