Spaceship_NES/assemble.sh

6 lines
118 B
Bash
Raw Normal View History

2024-04-25 03:01:01 +02:00
#! /bin/sh
ca65 src/helloworld.asm
ca65 src/reset.asm
ld65 src/reset.o src/helloworld.o -C nes.cfg -o helloworld.nes