I always liked 68000.... when I imagine my codev implemented our game in overall 300000 assembly line of code and also using 6502 with 3 registers and one specific... 68000 was a dream :)
Stef On May 19, 2010, at 12:28 PM, Alexandre Bergel wrote: >>> >>> Now I was wondering why in squeak and pharo >>> (Character value: 1069555750) leadingChar. "===> 255" >> >> Because the 22 least significant bits represent the #charCode and the rest >> (8 bits) are the #leadingChar. So 1069555750 means that #charCode is 8230 >> and the #leadingChar is 255. > > Pfff... Remind me the old assembly lecture :-) > > Thank you all for your comment. I will fix the test. > > Alexandre > > >> >> >> Levente >> >>> >>> stef >>> >>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
