News:

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

Learning Masm32

Started by grimx, August 03, 2007, 07:07:02 PM

Previous topic - Next topic

grimx

I'm try'n to learn Masm32 asm from (Introduction To 80x86 Assembly Language And Computer Architecture.pdf).
My problem is it says i need to include "io.h" and put it in the same directory as my .asm file.
Where do i get "io.h" ??

Vortex

Hi grimx,

Welcome on board.

I would suggest you to study Randall Hyde's The Art of Assembly Language Programming book and Iczelion's Win32 asm tutorial set. Don't forget to download the masm32 package providing all the tools to build Win32 executables.

http://webster.cs.ucr.edu/AoA/Windows/index.html

http://win32assembly.online.fr/

GregL

grimx,

That book is OK, it's all about 32-bit Windows and uses MASM. If you want to follow along exactly with the book you'll need the I/O routines that normally come with the book on a CD. You might be able to find those files somewhere on the internet.

Like Vortex I recommend Iczelion's Tutorials. I just wish The Art of Assembly Language was oriented towards MASM instead of HLA. You can still learn quite a lot from it though. Also for learning MASM specifically the MASM Programmer's Guide is very good, just ignore the 16-bit stuff about segments etc.


grimx


GregL

grimx,

Also, go through the examples that come with MASM32.