CALL LOADROM
This page was last modified 04:07, 3 June 2020 by Mars2000you.

Contents

Effect

Loads a ROM file of 8kb, 16kb or 32kb in the RAM and starts its execution by re-initialising the computer.

Notes:

  • The ROM file must be located in the root directory of the USB device.
  • It can happen that the previously loaded game or program will continue to run, since the contents of the RAM (on some computers) are preserved. In this case, you need to physically turn off the computer, let it rest for a few seconds and start it again to return to normal working.

Syntax

CALL LOADROM ("<Filename>")

Parameter

<Filename> is the name of the ROM file, it must be in the 8.3 format.

Example

CALL LOADROM ("PACMAN.ROM")

Related to

CALL REBOOT

Compatibility

RookieDrive BASIC