Ultimate Amiga

Network Boards => AMOS Language Discussion => AMOS Factory => AMOS Professional Forum => Topic started by: xboxisfinished on June 15, 2021, 03:44:49 AM

Title: How to set 2D array larger than 32, 32?
Post 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.
Title: Re: How to set 2D array larger than 32, 32?
Post by: adrazar on June 18, 2021, 05:29:09 PM
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.
Title: Re: How to set 2D array larger than 32, 32?
Post by: xboxisfinished on July 31, 2021, 07:22:35 PM
Thank you so much! Appreciate it.