pweingar / C256Util

A possibly useful collection of utility programs for the C256 Foenix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C256Util: Potentially Useful Executable Files for the C256

This project is a collection of some potentially useful "commands" for the C256 Foenix. These will be things a user will need to do, but which won't need to be done often enough to justify having them in the kernel or BASIC.

Utilities

  • MKBOOT: Make a disk bootable

Building

Just as an experiment, I have set this project up to be buildable using a Makefile. I'm using the version of make in the Windows Services for Linux package under Windows 10, but other versions should work too.

make all

to build all of the utilities. The associated PGX and LST files will appear in the build directory.

make clean

to remove all build targets.

About

A possibly useful collection of utility programs for the C256 Foenix.

License:GNU General Public License v3.0


Languages

Language:Assembly 58.5%Language:Python 38.0%Language:Batchfile 3.5%