[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nasm and ld and the question: how to make TASM-code work and how to link correctly



are you trying to assemble masm code with nasm ? masm != nasm.

-p.

On Sat, Feb 21, 2004 at 01:56:31AM +0100, Rembrandt wrote:
> > On Sat, 21 Feb 2004 01:48:29 +0100
> > rembrandt@jpberlin.de (Rembrandt) wrote:
>  
> > I would learn ASM (again) and so I wrote a little testprogram wich works well with my MASM.
> > 
> > .model small
> > .code
> > M1
> > 	mov ah,01h ;read keyboard and took it to
> > 	int21h     ;ah and print it to the screen
> > 	jmpM!
> > 	end
>  
> Sorry I means MASM in the subject. Not TASM (but TASM is compatible too)
> 
> Sorry for the wrong code and the wrong comments! :)
> 
> .model small
> .code
> 	mov ah,01h ;read keybord and take the info to
> 	int21h     ; al and print it to the screen
> 	jmp M1     ; comments are JUST translated (ger->eng) :)
> 	end
> 
> So.. good night ;)
> 
> [demime 0.98d removed an attachment of type application/pgp-signature]