Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 560 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 560 Bytes

TASKS

Simple tasks/todo list program for the Agon Light™ 8-bit computer.

Screenshots

Main

Install

  • Place tasks.bas anywhere within your SD card (ex: /progs/tasks/tasks.bas).
  • Alternatively download a release of Agon Mite, a distro for the Agon Light™ 8-bit computer.

Run

From BBC BASIC:

>LOAD "/path/to/tasks.bas"
>RUN

From MOS:

*load bbcbasic.bin
*run . /path/to/tasks.bas