News:

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

Assembler Project

Started by Scept, May 30, 2006, 08:42:40 AM

Previous topic - Next topic

MichaelW

Scept,

The Microsoft MASM manuals are available here:

http://webster.cs.ucr.edu/Page_TechDocs/index.html

For your most recent questions, see MASM Programmer's Guide, Indirect Memory Operands in Chapter 3, and Declaring Integer Variables in Chapter 4.

For information on the interrupts see Ralf Brown's Interrupt list. An HTML version is here:

http://www.ctyme.com/rbrown.htm

And the download version here:

http://www-2.cs.cmu.edu/~ralf/files.html

eschew obfuscation

Scept

Thanks, ill look into that.
(by the way, the interupts part wouldnt be very usefull, since we are only allowed to use int 21h  :P)

[EDIT]
tried the syntax in chapter three, stil same problem... (error A2031) in here:
mov bx,[cx]

anyone? im starting to get a bit desperate...

Scept

 :(
Well, fixed that problem by changing the operand into a variable, but....
"assemble & link" doesnt work.

Gives me "fatal error LNK1190: invalid fixup found, type 0X0001".

what does it mean, and what can i do about it?

thanks on behalf.