Skip to content

Instantly share code, notes, and snippets.

PRJ_NAME = arion
MCU ?= atmega2560
debug ?= false
# -- Global variables --
# Enviroment variables that must be set:
# AVR_HOME = path to the avr toolchain
# BOARD_PORT = connected board port
ATMEGA_TOOLCHAIN := $(AVR_HOME)/bin
# -- GNU Tools --
AS := $(ATMEGA_TOOLCHAIN)/avr-as # Assembler
Chip8 Interpreter