Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!haven!umd5!adm!smoke!gwyn From: gwyn@smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Absolute size of 'short' Message-ID: <8398@smoke.ARPA> Date: 31 Aug 88 09:45:58 GMT References: <214@ISIDAPS5.UUCP> <9641@dartvax.Dartmouth.EDU> <62505@sun.uucp> <625@proxftl.UUCP> <1382@ficc.uu.net> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 In article <1382@ficc.uu.net> peter@ficc.uu.net (Peter da Silva) writes: >I wanna say 'int:9 color' or 'int color:9' and only use up one byte >on a Honeywell or Sperry. Yes! It annoys me that people have been brainwashed into thinking that a "byte" is necessarily 8 bits and that there is something special about that chunk size other than its current popularity. CDCs, older ones at least, had generic "byte" instructions that could handle any reasonable number of contiguous bits as a unit. It is the BIT that is truly fundamental; if one wishes to propose some data size improvements to a C-like language, please improve our access to bits and arbitrary clusters of them.