CALL JJLOAD
This page was last modified 15:30, 28 July 2021 by Mars2000you.

Contents

Effect

Loads pure binary code (without BLOAD header) from the connected PC under the "File Serving Folder" specified in "Joy Joy File Server".

Syntax

CALL JJLOAD ("<Filename>",<StartAddress>,S)

Parameters

<Filename> is the name of the pure binary file to load. The format is 8 characters followed by a point and an extension with 3 characters. (Not case sensitive)

<StartAddress> specifies the starting location in the memory (RAM or VRAM) to load the pure binary 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 JJLOAD ("TEST.BIN",&HC000)
CALL JJLOAD ("PICTURE.SC2",&H0,S)

Related to

CALL JJBLOAD, CALL JJBSAVE, CALL JJSAVE, CALL JJVRAMPAGE

Compatibility

JJFS BASIC