![]() |
Forum Index : Microcontroller and PC projects : CMM2: BLIT WRITE while pushing memory limits
Author | Message | ||||
vegipete![]() Guru ![]() Joined: 29/01/2013 Location: CanadaPosts: 1132 |
The following program errors in a way that to me seems odd: mode 1,8 dim a$(200,100) ' yes, use a huge amount of memory blit read 64,0,0,100,200 blit write 64,0,0 For this particular memory usage, the program errors on line 4. This implies the chunk of screen memory has successfully been read into a buffer. However, it seems even more memory is needed to write the buffer back to the screen. Really? Visit Vegipete's *Mite Library for cool programs. |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10310 |
Yes |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |