Mail Archives: djgpp/1997/10/25/06:16:25
Kris Heidenstrom wrote:
> >> Language implementation info - the info file for the standard C library
> >> is good, but I can't find any language implementation reference - for
> >> example, something that will tell me what size a 'short' will be, etc.
> >
> > No body wrote such a text so isn't available.
>
> Fair enough.
You can easily do that, just declare global vars in a file, like
double dbl
float flt
then compile with the -S switch and look at the output...
you will get something like
.comm _dbl,8
and the 8 is the number of bytes you have in the double (I dunno if
double is actually 8 bytes)
--
--> http://www.cam.org/~tudor <--
Go ahead and build another Messiah
We dig another grave...
- Raw text -