I have a big piece of software that was written for DOS and compiles with TASM version 1.0
I want to be able to “compile” this source code on Linux.
I’m willing to change the code around a little bit but it’s quite complex and would rather keep the modifications to a minimum.
Is there (where) a tool that would allow be to compile TASM Assembler on linux?
Or a tool that would allow me to “port” the code?
Thanks