Re: best text for writing assembler for xp
- From: "Donkey" <donkey.asm@xxxxxxxxx>
- Date: 2 Oct 2006 20:21:22 -0700
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
.
- Follow-Ups:
- Re: best text for writing assembler for xp
- From: Frank Kotler
- Re: best text for writing assembler for xp
- References:
- best text for writing assembler for xp
- From: milhous451
- Re: best text for writing assembler for xp
- From: Vikas Kumar
- best text for writing assembler for xp
- Prev by Date: Re: best text for writing assembler for xp
- Next by Date: Re: best text for writing assembler for xp
- Previous by thread: Re: best text for writing assembler for xp
- Next by thread: Re: best text for writing assembler for xp
- Index(es):
Relevant Pages
|