Getting startedPrint page

Under construction...

Try Commodore 64 / 128 in emulator.
List of few available emulators:

How to use floppy disks.
Loading directory:

LOAD "$",8
LIST

Output example:

0 "GAMES DISK      " 41 2A
93   "ARCHON"           PRG
120  "CAULDRON"         PRG
172  "COMMANDO"         PRG
279 BLOCKS FREE.
READY.

To slow down printing of listing, hold on CTRL key. To stop printing, press RUN STOP.

Loading file from disk:

LOAD "ARCHON",8
RUN

Loading first file from disk:

LOAD "*",8
RUN

Loading file from disk which starts with "ARC":

LOAD "ARC*",8
RUN

Copyright © 2011-2024 Commocore.
All rights reserved. Privacy policy