Main Menu

How to set 2D array larger than 32, 32?

Started by xboxisfinished, 15 Jun, 2021, 04:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xboxisfinished

   Hey guys,

Is there way to set array larger than 32 x 32? How do I go about doing that? Thanks in advance.

adrazar

Insert a Set Buffer instruction at the top of the program. A 32x32 array requires 4k, so you need to provide a value > 4 to Set Buffer.

xboxisfinished