News:

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

Vista Instalation Problem

Started by adleron, December 01, 2009, 11:56:14 PM

Previous topic - Next topic

adleron


Hello,
I start Learning asm 16bit, I install the Masm version On vista Buisness 32bit
After I Save and Rebuilt , I got Error
A2004 and warning a4023
My code is simple:
mov  ax,ax

Thank on Advance
Ronen :boohoo:

dedndave

hi Ronen
welcome to the forum
the problem you are having is not an installation problem
masm32 should run fine under vista 32
the masm32 package is primarily aimed at 32-bit applications
you are trying to assemble a 16-bit program
near the bottom of the list of sub-forums is one called 16-bit DOS programming
if you look in there, you will find many solutions to your problem
mainly, the fist couple (sticky) threads deal with using the 16-bit linker instead of the 32-bit linker

adleron