CMD:WAITSYS (** CpcAlive command file - WAITSYS=wait end of cpc boot **)

INC\MAINJUMP.BAS    ; never remove this line. This file contain just a jump to the first line of the last file loaded. The "goto" line address will be defined by the loader.

;(do not load commands files between basic files)

INC\IBMP.BAS    ;** DISPLAY IMAGES GIF OR IMAGES BMP 16/256 COLORS NOT COMPRESSED **
;labels call in this file are only possible in files loaded before
;Basic lignes will be numbered greater than 1000 in cpc if no files loaded before is larger than 1000 lines

EX\STAR.BAS    ;** STAR LOADER **
;labels call in this file are only possible in files loaded before
;Basic lignes will be numbered greater than 2000 in cpc if no files loaded before is larger than 1000 lines

EX\ANI.BAS    ;** DEMO ANIMATION (MAIN) **
; !! THE MAIN FILE MUST BE PLACED IN LAST PLACE !!
;Basic lignes will be numbered greater than 3000 in cpc if no files loaded before is larger than 1000 lines

TEXT    ;Text mode. After this command, this file will be interpreted trough the cpc keyboard

RUN
