How to use tasm

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
vipin_cpp
Posts: 3
Joined: Wed Mar 28, 2007 7:46 am

How to use tasm

Post by vipin_cpp »

How can I use tasm to create a simple OS?
Please tell the whole procedure for creating a binary file and if possible with a small example. I looked into the wiki but found nothing about tasm.
User avatar
~
Member
Member
Posts: 1228
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

What version, and what platform, 16, 32-bit or mixed?

Also, why not use NASM or YASM, since they have a more brief and simpler syntax (my point of view)?
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

See here: http://www.beroset.com/loader.html
Also you can use "bootprog" to to load a com or mz exe file coded with tasm in the normal way.
http://alexfru.chat.ru/epm.html#bootprog

V2_os was made originally with tasm.
Post Reply