<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Block I/O Words in TurboForth Kernal
Defines the block file to be used. A string should be set up on the stack before calling USE.
USE
S” DSK1.BLOCKS” USE
When USE is executed, all buffers are cleared (via EMPTY-BUFFERS). If any buffers are marked as changed/dirty they are not flushed to disk. Therefore, it is the users responsibility to FLUSH any buffers back to disk before executing USE.
EMPTY-BUFFERS
FLUSH