Robert L. Bryant

Programs

C++

makebin

This is a simple program I wrote to make blank binary files. Nothing extra special. I made this in order to be able to quickly make blank files for chr data in NES development. There's a Windows and Linux build included in the zip file.

Download makebin
[md5]

RLE

This is a program to encode files with run-length compression. It can also decode them back. There's really not much too it, but this has been my favorite C++ program that I have written to date. It can only get better from here!

Included in the archive is a readme, the source, and two builds of the program; one Linux, one Windows. More details of this program are within the first two files.

Download RLE
[md5]