c128lib

Library

c128lib is a library that contains labels, macros, functions and tools to make c128 program developing easier.
This project is open source, so if you want to contribute send me an email. It's also MIT licensed so feel free to use it (and let me know if you want, just to make me prouder :-))

Project written in 8502/6502 assembly.

Next

KickassemblerToDoxygen

Script

KickassemblerToDoxygen is a Python script that helps you to generate automatic documentation from code into Doxygen. Doxygen can't parse assembly (nor Kickassembler) so KickassemblerToDoxygen creates a parsed version of your source files into a C-like output that Doxygen can read.

Project written in Python.

Next

ForestSaver

Retrogame

Forest Saver is a Commodore 64 game. You are a ranger and your purpose is to save forest fighting against woodcutter, tank truck and arsionist.

Project written in 6502 assembly.