/msx-sdcc-skel

Skeleton to build MSX programs using SDCC

Primary LanguageC

msx-sdcc-skel

Skeleton to build MSX programs using SDCC

Requirements

Usage

This repository contains a skeleton to start developing MSX programs using the SDCC cross compiler.

Example usage:

# Compile everything
make

# Run OpenMSX with MSX-DOS on the bin directory with the compiled programs
make test

# Delete all compiled files
make clean

# Compile all provided libs
make libs