| delorie.com/archives/browse.cgi | search |
| From: | elf AT netcom DOT com (Marc Singer) |
| Message-Id: | <199612191956.LAA02144@netcom6.netcom.com> |
| Subject: | Re: [??] declaring 64bit integer |
| To: | beppu AT rigel DOT oac DOT uci DOT edu (John Beppu) |
| Date: | Thu, 19 Dec 1996 11:56:28 -0800 (PST) |
| Cc: | djgpp AT delorie DOT com (DJGPP List Alias) |
| In-Reply-To: | <5951n6$hts@news.service.uci.edu> from "John Beppu" at Dec 17, 96 02:49:10 am |
| MIME-Version: | 1.0 |
>
>
> How should I declare a 64bit integer w/ djgpp? Is it even possible?
> I tried "long long" and when I looked at the assembler output, it
> looked like it was using eax & edx, but gcc gave me a warning.
I believe that the Intel x86 compiler does NOT have 64 bit integers. The
Alpha compiler does.
>
>
> long long blah(void) {
> return(0x222244445555);
> }
>
> Any help is appreciated. Thanks.
>
>
> --
> beppu AT uci DOT edu .............................................................
>
-- Marc Singer
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |