X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: huli_ebtyt AT list DOT ru (Andrey) Newsgroups: comp.os.msdos.djgpp Subject: Re: 16 bit integers Date: 2 Mar 2004 03:47:39 -0800 Organization: http://groups.google.com Lines: 9 Message-ID: References: NNTP-Posting-Host: 212.220.74.154 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078228059 8212 127.0.0.1 (2 Mar 2004 11:47:39 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 2 Mar 2004 11:47:39 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > DJGPP runs in the native mode of 386 and higher processors with 32 bit > protected mode addresses (4GB) and data (+/-2G) instead of 8086 > emulation mode with 20 bit real mode addresses (1MB) and 16 bit data > (+/-32K). > Types int and long are identical under DJGPP and other protected mode > compilers, whereas types int and short are identical under real mode > compilers. thank you