TASM 5 Intel 8086 Turbo Assembler Download

A current version of TASM (Turbo Assembler) is rather hard to come by on the Web. Below is a .zip file you can download that is ready-to-go with TASM 5. I promise it worked for me for a whole semester, and I never had complaints about it.

It is very simple to use:

  1. Don’t be deterred by the number of files in the zip – you only need two (yes, 2!)
  2. Give it your code: Look in the BIN directory, okay now put your .asm file in there
  3. Compile your code: Run tasm /l /zi your_file.asm, but replace “your_file” with the name of your .asm file
  4. Link your code: Run tlink /v your_file.obj io.obj, and replace “your_file” with the same name you used in step 3
  5. Run your code: Run your_file.exe, and again replace “your_file” with the same name

So to summarize, here is a sample use of TASM:

tasm /l /zi hello_world.asm
tlink /v hello_world.obj io.obj
hello_world.exe

 

It is best if you run TASM close to the root of your hard drive, so don’t put it in your “My Documents” folder, since it has spaces and is very long. In fact, after you download and unzip the file below, you can just drop the TASM folder straight into your C drive and it will work well. That’s in XP or earlier.

Okay, so how about running this in Vista or Windows 7? How about on a Mac? The key with Vista is that nobody, not even administrators, has direct access to the command line. The result is that no one I know has had success running TASM in Vista. You will need to install XP or earlier in a virtual machine and run it in there. Windows 7 may be simpler in that some variants contain a Windows XP VM already, so you might be able to run TASM in XP Mode.  I really can’t say since I haven’t tried.

As for a Mac, I can say there is a very nice solution that doesn’t require wasting tons of system resources on a virtual machine. A dab of Google solves everything :) In this case, there is a nice bit of freeware called Boxer, which is a simple DOS emulator that most people use to play their favourite old games. Read the documentation and you should be up and running in no time. Boxer runs well under Mac OS X Leopard (10.5) and Snow Leopard (10.6).

Good luck! Let me know how it worked for you in the comments.

Download TASM 5: tasm.zip (8.1 MB)

This entry was posted in All, Tech. Bookmark the permalink.

17 Responses to TASM 5 Intel 8086 Turbo Assembler Download

  1. Argathron says:

    Hey, thank you for the download! You can also use it on Vista, by downloading Dosbox, a free Dos emulator.

  2. Anonymous says:

    Going to try on windows 7…

  3. xqoid says:

    how do i use dosbox to work it on windows 7?

    • Alex Kwiatkowski says:

      Hi, as far as I can tell from searching online, DOSBox version 0.74 is fully compatible with Windows 7. I have not tested it personally, but if you get something working, please share your experience with the rest of us!

  4. kalpesh says:

    is it work on windows 7 64-bit??????????

  5. Rohit says:

    Worked fine for me…
    I used TASM with dosbox 0.74…

    Thanx a lot :)

  6. sanju das says:

    can anyone please mail me why i can’t work with TASM in windows 7

  7. Anonymous says:

    you have to use dosbox for it ….and it is freeware just download it…

  8. Anonymous says:

    you have to use dosbox to run it on windows 7

  9. antos maman says:

    very good ……..very usefull…..

  10. Gary says:

    This is TASM 4.1, not 5.

    • Alex Kwiatkowski says:

      What makes you say that? I just checked and the readme file in the zip is for version 5.

      • Jayson says:

        Thank You so much Alex! But I have a question.

        everytme i try to run my asm files, an error always occur on tlink. See below.

        C:\JASM2>tlink test01.asm
        Turbo Link Version 5.1 Copyright (c) 1992 Borland International
        Fatal: Bad object file record in test01.asm near module file offset 0×00000000

        Can you help me please?

Leave a Reply

Your email address will not be published.

* Copy this password:

* Type or paste password here:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>