The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: adleron on December 01, 2009, 11:56:14 PM

Title: Vista Instalation Problem
Post by: adleron on December 01, 2009, 11:56:14 PM

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:
Title: Re: Vista Instalation Problem
Post by: dedndave on December 02, 2009, 12:45:33 AM
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
Title: Re: Vista Instalation Problem
Post by: adleron on December 02, 2009, 02:05:16 AM
THANK YOU  :U