Ultimate Amiga

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

Title: How to set 2D array larger than 32, 32?
Post by: xboxisfinished on 15 Jun, 2021, 04:44 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 18 Jun, 2021, 06:29 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 31 Jul, 2021, 08:22 PM
Thank you so much! Appreciate it.