davervw / ch64edit

C64 Character Set Editor
https://techwithdave.davevw.com/2024/04/edit-vic-20-programmable-characters.html
MIT License
2 stars 0 forks source link

maybe move start of basic to $4000 (or past program), and just copy that SYS line for executing back into the program #14

Open davervw opened 2 months ago

davervw commented 2 months ago

rather than SYS forward, SYS backward. So if NEW, the program is still running. Can always SYS back, or POKE 44,8

That way the editor remains resident until you reset or otherwise take action to reset BASIC page pointer (44)

Reason is to keep character set resident, along with editor while being possible to do other stuff, switch back and forth

davervw commented 2 months ago

also makes launching "APPLY SET2.CFG" easier without additional setup