Skip to content

vascocosta/agon-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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