-
Something I'd like to do is create custom characters in VIC bank 0, but I haven't been able to find spare RAM to do so in this region. Can anyone think of a way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think I might have found a way. If I drop the v editor, that brings |
Beta Was this translation helpful? Give feedback.
-
Issue ---modules--- to unload all modules, or ---editor--- to unload the editor only. |
Beta Was this translation helpful? Give feedback.
I think I might have found a way. If I drop the v editor, that brings
here
back to $2747. Then I can put some characters at $2800 and put the rest of my program after that. Works in theory I think... now to try it in practice.It also means I need to set up a VSCode to D64 to DurexForth workflow which I've been putting off doing 😁