JJFlash
JJFlash
This also happens if you enter a valid PETSCII escape sequence, but not in upper case, like {clr} or {CLr} instead of {CLR}
This would be quite useful even with normal addresses, so that one would be able to reuse memory among different subs and functions while keeping the speed of STATIC procedures
I fear that, most of all, it would allow for too messy code. Since parameter (argument) memory locations are bound to be rewritten with each sub/function call, I guess it...
Basically, argument/parameter variables would be at the same level of variables declared with `DIM`, which you can declare as `FAST` OR at a specific address. That I would like :)...