jackellenberger / nes_noodling

I munna write some nes code mk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A nice lil repo for playing around with cc65 and writing nes code in assembly and c.

ASM

Hand crafted assembly :italianchefkissingfingers:

Compilation

ca65 src/main.asm -I src/ -o main.o
ld65 main.o -C nes.cfg -o game.nes

C

A heavier, slighyly easier to read version. I'll deal with this later.

About

I munna write some nes code mk


Languages

Language:Assembly 73.9%Language:Python 17.7%Language:Makefile 7.7%Language:Lua 0.7%