Posted By
 Csabo on 2025-03-01 12:51:19
| Re: graphics area problem
[...] we can set the BASIC end very high too, like $7000? Any possible side effects? If your program is longer than $7000, then that won't work Another thing to consider is 16K compatibility: if the program can fit under $4000, this would artificially make it 16K incompatible. Final (minor) side effect: less free memory for variables (but in practice this should not be a real issue). |