Ultimate Amiga
Network Boards => AMOS Language Discussion => AMOS Factory => AMOS Professional Forum => Topic started by: xboxisfinished on June 15, 2021, 03:44:49 AM
-
Hey guys,
Is there way to set array larger than 32 x 32? How do I go about doing that? Thanks in advance.
-
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.
-
Thank you so much! Appreciate it.