Date: Mon, 11 May 1998 17:33:36 +0300 (IDT) From: Eli Zaretskii To: ALIL cc: djgpp AT delorie DOT com Subject: Re: An other one needs help!!! In-Reply-To: <3556D5FA.25D30EFD@stud3.tuwien.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 11 May 1998, ALIL wrote: > A few days befor i installed djgpp v2 and tried to make a Programm i'm > working on which i programmed under versoin 1. It COmpiled realy fine > but wehn i run it it crashes with an memory exeption. I found out that > th cause of thsi crash is a Assemblerfunktion witch writes to to > Screen-Memory! > Why does this programmwork with V1 but not with V2? This is explained in the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP), section 10.2. In general, direct access to memory-mapped hardware is done differently in DJGPP v2. The FAQ has the details.