Hey Stil, these 32mb of memory ain't enough for you? If they aren't enough you have the system memory avaible through the AGP. And one more thing, the register are not to store data from frame to frame, no processor has registers to store a whole frame or the data for it. If you don't know the Pentium and all other 80x86 processors has only one 32bit register designed to store date, you can get 2 if you don't use for their purpose.
And for integer calculations, there is no problem using FP registers for that.
And for integer calculations, there is no problem using FP registers for that.
Comment