X16Community / x16-rom

Other
43 stars 27 forks source link

[BASIC] fix VPOKE pointer preservation #328

Closed mooinglemur closed 5 months ago

mooinglemur commented 5 months ago

The poker preservation logic was moved out of PEEK and into POKE in #275 which solved the memory clobbering error when using POINTER() and STRPTR() inside expressions for POKE, but unfortunately it broke pointer expressions inside of VPOKE.