Charlie Hitselberger
Charlie Hitselberger
it seems to require [ after an error
test procedure: enter the editor, create several unique screens and page through them. Clear and update a few screens * clear screen 0 * don't clear screen 0 * clear...
Write a PRG file containing PETTIL core and user definitions to disk or tape. save core and user dictionary from $0401 to `here`. Upon load, $040D points to `startup` which...
- [ ] design file I/O words - [ ] disk - [ ] tape - [ ] read/write SEQ files - [ ] read/write PRG files
The VMBUF area moves around, and these words need to reflect this instead of loading/saving to/from an absolute location
``` : fred ." yaba " ; : fred fred ." daba " ; ( this does not work too well ) : fred fred ." derp" ; ```