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
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
fsx, search for "link16" and read a few of the posts. this will answer all of your 16-bit queries.