Spaceship_NES/assemble.sh
2024-05-03 14:29:06 +02:00

6 lines
118 B
Bash
Executable File

#! /bin/sh
ca65 src/helloworld.asm
ca65 src/reset.asm
ld65 src/reset.o src/helloworld.o -C nes.cfg -o helloworld.nes