08-25-2022, 12:34 PM
(08-25-2022, 11:50 AM)BDS107 Wrote: The program with the green 1 and 0 was actually an example of PEEK/POKE.
But I see that the same thing can be achieved with _MEMPUT. So a _MEMGET does the opposite. So I can and will change this.
Can you still use PCOPY to copy screens? Or do you use _MEMCOPY? I think PCOPY is going faster?
Yes, _MEMGET is pretty much like PEEK. It has a statement and a function form depending on the use of parenthesis.
_MEMGET m, m.offset, c%
or
c% = _MEMGET(m, m.offset, INTEGER)
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
sha_na_na_na_na_na_na_na_na_na: