<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In File I/O Words in TurboForth Kernal
Saves size bytes of VDP memory, starting at VDP memory address saveAddr to disk with the given filename.
None
See VMBW for writing data from CPU memory to VDP memory. Maximum amount of memory that may be saved to one file is 8192 bytes (8K).
The data to save may overwrite file I/O and block buffers, depending on the size of the data. See the VDP Memory Map for more information.