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

Contents

Effect

Loads pure binary code (without BLOAD header) from the floppy disk inserted in drive A.

Syntax

CALL JJDLOAD ("<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 JJDLOAD ("TEST.BIN",&HC000)
CALL JJDLOAD ("PICTURE.SC2",&H0,S)

Related to

CALL JJDSAVE, CALL JJVRAMPAGE

Compatibility

JJFS BASIC