#!/bin/sh ca65 main.asm -o main.o --debug-info ld65 main.o -o main.nes -t nes --dbgfile main.dbg