| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Turbo Assembler

This version was saved 13 years, 8 months ago View current version     Page history
Saved by Almamu
on July 24, 2010 at 3:03:12 pm
 

 

       
App Info: http://en.wikipedia.org/wiki/Turbo_Assembler
Download: http://vetusware.com/download/Turbo%20Assembler%202.0/?id=4613
 
 

Testing-History

 
 
Executable

Status

Comments

Version

tasm.exe

Playable

It works correctly, but it doesnt do auto-link, so you need to type tlink.exe -ofile.exe files.obj(compiled tasm files) for link the files and have a program working correctly on it. 0.21
make.exe Playable It works correctly, reading the makefile. If it doesnt find the Makefile be sure that your Makefile has no extension 0.21
 
     
 

Testing Comments:

 
  To make it work you need to add the folder where it is located to Path variable...  
     
 
 

Comments

Audio Volume 

No needed

Touchpad Mouse (TPM) 

No needed

Speed

All

Suggested .exe-file

make.exe
 
     
 

Useful comments

 
 

Guide to compiling the C code:

First of all we need to create a file called Makefile

Now we open it with notepad.exe(Windows 3.00a)and add this:

tasm file.asm

tlink -o text.exe file.obj

We need a tasm line by file.

 

Unzip the file contents to any folder and add it to PATH

 
     
 

Custom Control Scheme:

 
 

INI Settings 

Additional Notes

No one
No one
 

 

Comments (0)

You don't have permission to comment on this page.