Date: Sat, 11 Oct 1997 16:51:10 -0700 (PDT) Message-Id: <199710112351.QAA25317@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" To: Guillermo Porras , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: How to Use XMS Content-Transfer-Encoding: 8bit Precedence: bulk At 09:16 10/11/1997 +0500, Guillermo Porras wrote: > >Hi I´m New in the list. > >I´ve been using djgpp an allegro. >but I soon run out of memory. >How can I use my 32 of RAM or part of them. >Is there any library for using XMS for the DJGPP. DJGPP automatically uses all memory installed, at least with CWSDPMI, and XMS is included. It will also swap to disk when out of memory. Check to make sure your code isn't `malloc'ing hugely unreasonable amounts of RAM. Look in FAQ section 15 to see if anything there might apply, especially sections 15.5 and 6. > >And how can I use the asm command that I used in BC/C++ >for assembler instruccions. > >expl: > >asm { > > mov Ax,... > .. > .. >} See FAQ section 18.13. Nate Eldredge eldredge AT ap DOT net