Re: best text for writing assembler for xp



Vikas Kumar wrote:
Well, Iczelion's tutorials are famous enough for Windows to be tried.
Most of them work for XP as I have tried them.
http://win32assembly.online.fr/tutorials.html

Except for the VxD tutorials which are for Windows 98.

They use MASM syntax, however. But as long as you understand/know what
you need to code, the assembler is not that important.

regards,
Vikas
milhous451 wrote:
i have a few programs in assembler written for ms-dos, but my
implementation of xp does not run dos very well. can anyone recommend
a good text for writing assembler programs for xp. my assembler is
borland turbo assembler.

thx in advance

MadWizard.org has a few good tutorials in CHM format for beginners...

http://www.madwizard.org/view.php?page=tutorials.contents

My site has a couple of links though no there is real stuff for
absolute beginners it has some example code in GoAsm syntax

www.assembler.ca

I agree that TASM may be a little outdated and you should think about
switching assemblers. An assembler is a pretty personal choice, you
have to find one that fits the way you like to code, there are a few
choices out there (in no particular order)

MASM -
http://www.microsoft.com/downloads/details.aspx?FamilyId=7A1C9DA0-0510-44A2-B042-7EF370530C64&displaylang=en

GoAsm -
http://www.godevtool.com/

FASM -
http://flatassembler.net/

NASM -
http://sourceforge.net/projects/nasm

RosAsm -
http://www.rosasm.org/

All are free though MASM is for non-commercial use only according to
it's license. However, if you have your copy of MASM that comes with
Visual Studio you can bypass that issue. For example code and tutorials
MASM has far and away the largest library of example code and tutorials
and easily the largest user base. FASM is an excellent assembler and is
multi-platform. GoAsm and RosAsm are pretty much limited to the FLAT
model though GoAsm supports 64 bit where RosAsm does not.

Donkey

.



Relevant Pages

  • Re: Warning on copies of Iczelions tutorials
    ... Iczelion never worked in anything else than MASM with his ... > tutorials and the work he wrote himself is the only work that should be ... And none of the translations I've seen have been "commercial use", ... I've yet to see any other assembler author ...
    (alt.lang.asm)
  • Re: Beginner Learning Assembler
    ... > using NASM, FASM, RosASM etc actually learnt Windows ... > tutorials for them so I suspect they learnt assembler ... > with MASM? ... As for the beginners Tutorials, ...
    (alt.lang.asm)
  • Re: Beginner Learning Assembler
    ... In the case of the list of assemblers read "tutorials" ... In my quest to get up to speed with Windows assembler ... the cold reality is MASM has the examples. ... using NASM, FASM, RosASM etc actually learnt Windows ...
    (alt.lang.asm)
  • Re: Linker versus assembler
    ... > The MASM32 installation is a 3.3 meg pure assembler application. ... The masm32 installation builds in about 200 milliseconds. ... FASM and GoAsm are very close, in speed contest, to RosAsm ... of MASM fall down dramatically, and that all of the Assembly ...
    (alt.lang.asm)
  • Re: Iczelions tutorials revisited.
    ... >> It interests me that those that have the ability to ... >> own tutorials, ... >> interested in assembler. ... The Iczelion tuts are written for MASM so I figured ...
    (alt.lang.asm)