From: Florian Gross Date: 2005-01-11T02:36:26+09:00 Subject: Re: Immediate values ts wrote: > F> Symbols are represented by VALUEs with bit 0 to 7 set to 01110000. This > F> means that there can be up to 16777216 different Symbols on 32 bit and > > 2**23 - 1 Hm, why not 2 ** 24 - 1? (Is one bit used for a special purpose or am I overlooking something?) Thanks.