CALL JJBSAVE
Contents |
Effect
Saves a specified area of MSX memory to the connected PC under the "File Serving Folder" specified in "Joy Joy File Server".
Syntaxes
- CALL JJBSAVE ("<Filename>",<StartAddress>,<EndAddress>,<ExecutionAddress>)
- CALL JJBSAVE ("<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).
<ExecutionAddress> is the address at which the saved code should start, when loaded with CALL JJBLOAD ,R. By default the start address is set.
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 JJBSAVE ("TEST.BIN",&HC000,&HD0FF,&HC020)
CALL JJBSAVE ("PICTURE.SC2",&H0,&H3FFF,S)
Related to
CALL JJBLOAD, CALL JJLOAD, CALL JJSAVE, CALL JJVRAMPAGE