CALL REBOOT
This page was last modified 19:19, 18 December 2016 by Mars2000you.

This instruction is available in Hangul Basic and RookieDrive Basic.

Contents

CALL REBOOT in Hangul Basic

Effect

Reboots the computer.

It's a warm reboot, just like with DEFUSR=0:X=USR(0)

Can be useful if you want to use SCREEN 9 and that this screen is disabled because you have previously activated one of the Japanese text screen modes with CALL KANJI.

Syntax

CALL REBOOT

Related to

CALL KANJI, SCREEN

Compatibility

Hangul BASIC version 4


CALL REBOOT in RookieDrive Basic

Effect

Reboots the computer.

It's a warm reboot, just like with DEFUSR=0:X=USR(0)

This instruction is useful when you insert a disk image that needs to be automatically started, or when the image contains an MSX-DOS disk and the CALL SYSTEM instruction does not work.

Syntax

CALL REBOOT

Related to

CALL INSERTDISK, CALL SYSTEM

Compatibility

RookieDrive BASIC