News:

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

MASM32 and 16bit assembly

Started by fsx, October 13, 2006, 07:32:51 AM

Previous topic - Next topic

fsx

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

japheth


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

sinsi

fsx, search for "link16" and read a few of the posts. this will answer all of your 16-bit queries.
Light travels faster than sound, that's why some people seem bright until you hear them.