Re: A83: Matrix save space


[Prev][Next][Index][Thread]

Re: A83: Matrix save space




On 04-Oct-98, Jibace007@aol.com wrote:

>I got an idea...  Does a 8x8 matrix take less space than a sprite?

I seriously hope that you weren't refering to TI-83 Matrx matrices? Because
an 8x8 matrix in that format would occupy:

 Symbol table entry         6 bytes
 Dimension specifications   2 bytes
 Entries                    8*8 FPs (one FP is 9 bytes)
                            ---------------------------
                            584 bytes

whereas an 8x8 sprite would occupy 8 bytes...

Linus


References: