hey all,
I found this tutorial that has a basic example of Assembler and recommended
TASM (Turbo Assembler) if I wanted to walk along. Is there any Microsoft
Product that contains something similar so I can do the walkthrough?

thanks,
rodchar

Re: tutorial help by Tom

Tom
Mon Jun 25 11:43:58 CDT 2007

MASM perhaps:

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en

Tom

"rodchar" <rodchar@discussions.microsoft.com> wrote in message
news:890F0846-6F55-4677-A41A-D9127A1B64B2@microsoft.com...
> hey all,
> I found this tutorial that has a basic example of Assembler and
> recommended
> TASM (Turbo Assembler) if I wanted to walk along. Is there any Microsoft
> Product that contains something similar so I can do the walkthrough?
>
> thanks,
> rodchar


Re: tutorial help by rodchar

rodchar
Mon Jun 25 13:30:00 CDT 2007

Now I have VC++ with Visual Studio .Net 2005 Pro Ed. Is this included?

"Tom Serface" wrote:

> MASM perhaps:
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en
>
> Tom
>
> "rodchar" <rodchar@discussions.microsoft.com> wrote in message
> news:890F0846-6F55-4677-A41A-D9127A1B64B2@microsoft.com...
> > hey all,
> > I found this tutorial that has a basic example of Assembler and
> > recommended
> > TASM (Turbo Assembler) if I wanted to walk along. Is there any Microsoft
> > Product that contains something similar so I can do the walkthrough?
> >
> > thanks,
> > rodchar
>

Re: tutorial help by Alex

Alex
Tue Jun 26 06:08:22 CDT 2007

rodchar wrote:
> Now I have VC++ with Visual Studio .Net 2005 Pro Ed. Is this included?

Yes. The file is "ML.EXE".

Re: tutorial help by rodchar

rodchar
Tue Jun 26 11:48:02 CDT 2007

do you know of any site with very simple walkthroughs on using masm?

"Alex Blekhman" wrote:

> rodchar wrote:
> > Now I have VC++ with Visual Studio .Net 2005 Pro Ed. Is this included?
>
> Yes. The file is "ML.EXE".
>

Re: tutorial help by Alex

Alex
Wed Jun 27 04:08:58 CDT 2007

rodchar wrote:
> do you know of any site with very simple walkthroughs on using masm?

Just google for "MASM tutorial". There are lots of them
on-line. One of the best web sites on topic is Randall
Hyde's "Art of Assembly Language Programming" (including
book online):

http://webster.cs.ucr.edu/

Alex

Re: tutorial help by Ben

Ben
Wed Jun 27 08:25:50 CDT 2007


"Alex Blekhman" <xfkt@oohay.moc> wrote in message
news:ud3pNrJuHHA.3476@TK2MSFTNGP02.phx.gbl...
> rodchar wrote:
>> do you know of any site with very simple walkthroughs on using masm?
>
> Just google for "MASM tutorial". There are lots of them on-line. One of
> the best web sites on topic is Randall Hyde's "Art of Assembly Language
> Programming" (including book online):

IIRC, the Art of Assembly doesn't use MASM, but a custom more modern
assembler.

>
> http://webster.cs.ucr.edu/
>
> Alex



Re: tutorial help by Alex

Alex
Wed Jun 27 11:21:34 CDT 2007

"Ben Voigt [C++ MVP]" wrote:
> IIRC, the Art of Assembly doesn't use MASM, but a custom
> more modern assembler.

Actually it does use MASM32. However, they developed their
own High Level Assembler (HLA) on top of MASM32, so MASM32
is prerequisite for the book.

Alex


RE: tutorial help by rodchar

rodchar
Wed Jun 27 11:56:10 CDT 2007

thanks everyone for the kind directions.

"rodchar" wrote:

> hey all,
> I found this tutorial that has a basic example of Assembler and recommended
> TASM (Turbo Assembler) if I wanted to walk along. Is there any Microsoft
> Product that contains something similar so I can do the walkthrough?
>
> thanks,
> rodchar