Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help!!! Po sa mga setup sa assembly language

icon13

Recruit
Basic Member
Messages
8
Reaction score
0
Points
16
Anu-anu po yong mga setup na pwedeng irun ang assembly language . Hinge po ako non specialy TSM po .
 
Kung win xp below, directa double click. Kung vista and up, pwede ang text mode pero sagwa ng effect. Google "dosbox" then drag and drop exe or com to dosbox.
 
Hi,

You can download TASM and the TLINK here:

Code:
https://www.dropbox.com/s/launy24crijlx2x/TASM.rar

Then assemble it by typing:
Code:
tasm filename

And link it by typing:
Code:
tlink filename

Then run the program by:
Code:
filename

Please refer to the post of ser jellyx for your OS requirements.
 
Thank's sir jellyx and sir amfufuTM
 
Hi,

You can download TASM and the TLINK here:

Code:
https://www.dropbox.com/s/launy24crijlx2x/TASM.rar

Then assemble it by typing:
Code:
tasm filename

And link it by typing:
Code:
tlink filename

Then run the program by:
Code:
filename

Please refer to the post of ser jellyx for your OS requirements.

Sir broken link po :'(
 
Back
Top Bottom