Code Monkey home page Code Monkey logo

diskmenu's Introduction

diskmenu

A floppy disk menu for C64. Save it as first program of your own disk!

Description

Do you remember the times of the C64 and its legendary 1541 drive? Well, if you still have them or if you like playing with the C64 emulator (for example VICE) and would like to customize your floppy disk collections by inserting in each of them a menu that allows you to run the various files, well, this " diskmenu" is for you.

Save it as the first file, so that it will be loaded with:

LOAD "*",8
RUN

When you then type "RUN", a window will automatically open with the first 13 files on your floppy, allowing you to choose the one you want to run.

The main routine resides starting at $C000. In case of reset, therefore, the program should still be activated by typing:

SYS49152

The program is written in 6502-Assembly. The only file you have to save on your disk is "MENU.PRG".

Compile from source

To compile from source, you must use tass64 (find it here).

$> tass64 main.asm -o main.prg
$> tass64 menu.asm -o menu.prg

Preview

Screenshot of FM DISK MENU

diskmenu's People

Contributors

felmur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.