CALL JJBLOAD
Contents |
Effect
Loads binary code from the connected PC under the "File Serving Folder" specified in "Joy Joy File Server".
Syntaxes
- CALL JJBLOAD ("<Filename>",R)
- CALL JJBLOAD ("<Filename>",S)
Parameters
<Filename> is the name of the binary file to load. The format is 8 characters followed by a point and an extension with 3 characters. (Not case sensitive)
R parameter is used to run automatically the binary code contained in the loaded file.
S parameter is used to load the contents to 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 JJBLOAD ("TEST.BIN",R)
CALL JJBLOAD ("PICTURE.SC2",S)
Related to
CALL JJBSAVE, CALL JJLOAD, CALL JJSAVE, CALL JJVRAMPAGE