News:

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

translating from HLA, TASM, etc. to MASM

Started by Corky, June 13, 2005, 03:33:55 AM

Previous topic - Next topic

Corky

I hope this isn't a dumb or frequent question, but are there any tools for translating HLA or TASM to MASM?  Any documents describing the correspondences?

I'm just getting started with assembly language and am a bit bewildered by all the different syntaxes used in the available samples. 

hutch--

Corky,

While you are learning you tend to stick to one or the other. HLA is alive and well and MASM has massive support but TASM is no longer supported so I would not recommend it.

There is little chance of getting a tool that will convert from one to another but when you have a bit more practice, you can probably do it yourself. TASM to MASM is a lot easier if you know both of them.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Sevag.K

HLA translates to MASM!
Compile any hla program (with ML) and look for the .asm files.