CALL JJSAVE
Contents |
Effect
Saves a specified area of MSX memory as pure binary file (without BLOAD header) to the connected PC under the "File Serving Folder" specified in "Joy Joy File Server".
Syntax
CALL JJSAVE ("<Filename>",<StartAddress>,<EndAddress>,S)
Parameters
<Filename> is the name of binary file to save. The format is 8 characters followed by a point and an extension with 3 characters. (Not case sensitive)
<StartAddress> and <EndAddress> are used to specify the area of the computer RAM (or VRAM).
The parameter S is used to save the contents of VRAM - This can be done in any screen mode but only the active pages are valid when the screen mode is higher than 4.
Examples
CALL JJSAVE ("TEST.BIN",&HC000,&HD0FF)
CALL JJSAVE ("PICTURE.SC2",&H0,&H3FFF,S)
Related to
CALL JJBLOAD, CALL JJBSAVE, CALL JJLOAD, CALL JJVRAMPAGE