If you have a modern compiler you can use 64 bit integers. 'long long'
Print with %lld Gcc 3.x does this. > > -----Original Message----- > From: Dale Kingston [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 9:53 PM > To: Jesse Boulianne; [email protected] > > You can't have more then 32 bits on a 32 bit system. So > unless you plan to get one of those new 64 bit AMD prcoessors > :P You'll have to find an unlimited bits system. I have a > copy of Ammaross's Unlimited Bits system if your interested. > > ----- Original Message ----- > From: "Jesse Boulianne" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, February 12, 2004 5:28 PM > Subject: PLR_ Bits > > > > I'm sure there's a way to extend the number of PLR_ bits > RoM can manage. > My > > question is how? At first I thought it could be solved by > changing the > type > > from into to long, but that didn't work. I'm sure the > solution is right > in > > front of me but I can't see the forest for the trees. Help would be > > appreciated, and I'm greatful for any I receive. > > > > -Jesse > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

