<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


SAVE#5 Search:

In File I/O Words in TurboForth Kernal

Word Name: SAVE#5
Type: Standard word
Data Stack Signature: "filename" size saveAddr
Return Stack Signature: --
Availability: V1.2
Description:

Saves size bytes of VDP memory, starting at VDP memory address saveAddr to disk with the given filename.

Example:

None

Comment:

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.

See Also: VMBW  LOAD#5 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>