I have an HP computer running 64-bit Ubuntu, so you could say Intel. I'm taking a assembly course at the university. The instructor wants us to use TASM.
While it may run on wine I'm not sure about it. TASM is no longer maintained.
I have never written any assembly programs, but I would like to know if there's a assembler that runs natively on Ubuntu 64-bit, is free, is maintained and as close as possible to the TASM syntax as possible so I can follow the instructor without having to much trouble.
I have found this question, however the answers given there don't say which one has the closest syntax to TASM, which is the main point of my question. I can find easily many assemblers with Google. I want to know which one has the closest syntax to TASM.
You could install the Netwide Assembler, NASM:
NASM provides the
-t
option which enables the TASM Compatibility Mode:Alternatively, you could also run the windows version with DOSBox.
Source:
Use NetWide Assembler...To install it just type in the terminal
Or you can build it from source
NASM 2.13.03
Best of luck...