The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: fsx on October 13, 2006, 07:32:51 AM

Title: MASM32 and 16bit assembly
Post by: fsx on October 13, 2006, 07:32:51 AM
Hello,
I would like to compile 16bit assembly with MASM32 but I have no idea on how to use it.
Can you help me please?
Greetings
FSX

codice segment
   assume cs:codice
   inizio:
      mov ax,0ffffh
      mov ah,4ch
      int 21h
codice ends
   end inizio
Title: Re: MASM32 and 16bit assembly
Post by: japheth on October 13, 2006, 12:41:58 PM

Hi,

the problem is: this issue has been explained about 1000 times here in this board and very few members feel like explaining it a 1001th time.

Therefore it might be a better idea to use the forum's search capabilities.

Regards

Japheth
Title: Re: MASM32 and 16bit assembly
Post by: sinsi on October 13, 2006, 01:10:45 PM
fsx, search for "link16" and read a few of the posts. this will answer all of your 16-bit queries.