int16, int32

tp at ndm20 tp at ndm20
Fri Aug 30 01:04:00 AEST 1985


>>nonwithstanding) and 48 bits is a bit long for a "long".  (Anybody know what
>>the Harris (no relation) 24-bit/48-bit machines' C implementations use?)
>>
>>	Guy Harris

>Hi:
>	The Harris H800 (etc) implementation of 'C' uses 24-bit integers.
>
>	Harry Reed

To be more complete, the Harris H-series uses 8 bit char, 24 bit short,
24 bit int, and 48 bit long. On top of everything else, the formats of
char pointers are different from all other pointers, and word alignment
is mandatory for everything but char, because the machine is (24 bit) word
addressable. I work on a Harris 700. Their other 2 product lines, the
Harris Station series (i.e. this machine) and the HCX-7 are 32 bit unix
machines.

Terry Poot
Nathan D. Maier Consulting Engineers
(214)739-4741
Usenet: ...!{allegra|ihnp4}!convex!smu!ndm20!tp
CSNET:  ndm20!tp at smu
ARPA:   ndm20!tp%smu at csnet-relay.ARPA



More information about the Comp.lang.c mailing list