Closed bobbimanners closed 4 years ago
The code no longer builds unless AUXMEM is set.
Either remove the conditional compilation so code is only for aux memory (//e 128K and better), or fix the code so it works once again without aux memory (with editor buffer in main memory).
Removed #ifdef AUXMEM stuff ... EDIT.SYSTEM now requires 128K //e.
#ifdef AUXMEM
EDIT.SYSTEM
Used the awesome tool unifdef to do this automatically.
unifdef
The code no longer builds unless AUXMEM is set.
Either remove the conditional compilation so code is only for aux memory (//e 128K and better), or fix the code so it works once again without aux memory (with editor buffer in main memory).