News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MASM or TASM?

Started by n00b!, August 13, 2008, 12:39:47 PM

Previous topic - Next topic

n00b!

#15
Simple reconstruction of post: Why is TASM 5.3 from Inprise and not Borland?

GregL

QuoteBut why is 5.3 from Inprise and not Borland?

At one point Borland changed it's name to Inprise. It's now Borland again but I believe they have sold their development tools.


PBrennick

The GeneSys Project is available from:
The Repository or My crappy website

Cobra

Quote from: Greg on August 19, 2008, 08:05:42 PM
QuoteBut why is 5.3 from Inprise and not Borland?

At one point Borland changed it's name to Inprise. It's now Borland again but I believe they have sold their development tools.

Borland didn't sell their developement tools. They spun off another company called CodeGear and dumped all the developement tools there. The main division (Borland ) doesn't compete in the developement tools field.

n00b!

#19
Simple reconstruction of post: What TASM Manuals are you talking about?
I only know the Tasm.HLP File in the BIN folder [268 KB (274.644 Bytes)]

hutch--

noob,

The TASM manuals you get when you BOUGHT TASM.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

n00b!

#21
How do you know that I did not do it? :P

PBrennick

Before the name was changed to ml.exe it used to be masm.exe and the prominent releases were masm 5.0 and masm 5.1

-- Paul
The GeneSys Project is available from:
The Repository or My crappy website

hutch--

 :bg

> How do you know that I did not do it?

I don't but if you did you would own the manuals made of PAPER.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

n00b!

#24
Simple reconstruction of post: Made of paper? Argh, damn it!

GregL

n00b!,

This is the closest thing to a TASM manual that I know of, Paradigm bought TASM 5 and called it Paradigm Assembler. It's pretty much identical to TASM 5.

The manual can be downloaded from the LZASM site.

The link is labeled 'Download Paradigm Assembler User's Guide (TASM 5.0 clone) (945 Kb)'.




Cobra

Here's a direct link to the 5.0 users guide in PDF format.

http://www.phatcode.net/res/308/files/pasmug.pdf

n00b!

#27
Simple reconstruction of post: Does it contain the most infos about TASM which the TASM manuals have too?

Mark_Larson

Quote from: hutch-- on August 20, 2008, 12:15:07 PM
noob,

The TASM manuals you get when you BOUGHT TASM.  :bg

I still have MY tasm manuals.  I'm anal like that.  of course they are in bad shape  :bg

the whole BIOS was done in tasm.  After I re-wrote the memory test using MASM 6.15 and sse2 ( you couldn't use SSE2 with tasm, no support).  I added the masm 6.15 to the make file, and tried to get other people to use it.  In my opinion despite MASM being done by the evil empire, it is the best assembler out there, bar none.  The macro support in MASM is much better than other assembles.  If you are worried about licensing, then use JWasm or POasm.
BIOS programmers do it fastest, hehe.  ;)

My Optimization webpage
htttp://www.website.masmforum.com/mark/index.htm

jj2007

Quote from: Mark_Larson on August 22, 2008, 08:33:36 PM
The macro support in MASM is much better than other assembles.  If you are worried about licensing, then use JWasm or POasm.

Masm's macro support is indeed top. You can write a high level language like Basic simply using macros (i.e. it may look like Basic but it is Assembler). But JWasm is a serious alternative: It's syntax is 100% Masm compatible, and even my most horribly complex macros run nowadays smoothly on JWasm.