|
|
Darren New wrote:
> Darren New wrote:
>> Well, only if you told it to. You had binary numbers, bcd numbers,
>> packed bcd numbers, and "display" numbers, which is what you're
>> talking about.
>
> http://www.cs.niu.edu/~abyrnes/csci465/notes/465num.htm
> For example.
>
>
Yep. IIRC, the S/36 defaulted to DISPLAY, and the S/38 defaulted to
COMP--the only difference was whether or not you *had* to use the USAGE
clause. I also seem to recall that the S/36 (but not, I think, the
S/38) also had a PIC 1 type for getting at the individual bits...
OK, I'm boring myself now. ;)
--Sherry Shaw
--
#macro T(E,N)sphere{x,.4rotate z*E*60translate y*N pigment{wrinkles scale
.3}finish{ambient 1}}#end#local I=0;#while(I<5)T(I,1)T(1-I,-1)#local I=I+
1;#end camera{location-5*z}plane{z,37 pigment{granite color_map{[.7rgb 0]
[1rgb 1]}}finish{ambient 2}}// TenMoons
Post a reply to this message
|
|