Reset/empty string ARRAY$ ?


Author Message
electricat

Senior Member

Joined: 30/11/2020
Location: Lithuania
Posts: 279
Posted: 08:13pm 10 Mar 2025      

  javavi said  @matherp

Is there a clever way to reserve a byte array in the RAM variable area (not in the heap) and have byte-by-byte access to it using the PEEK POKE commands?
Let's say two arrays of 200-500 bytes each.


Might be doubtfull idea, but SPRITE READ, BLIT READ creates kind of 'protected memory'    
You only need to find address where it is stored (search pattern) and use it in a way you want   But I do not know sprites or blit memory management works. Peter knows  

As I said - doubtfull idea. But we used to do all kind of nonsenses with ZX spectrum :D