Page 1 of 1

How to use tasm

Posted: Wed Mar 28, 2007 7:52 am
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.

Posted: Wed Mar 28, 2007 7:56 am
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)?

Posted: Wed Mar 28, 2007 11:05 am
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.