From 21d23dfcb9d0fcecef0f3f9c59c9f75c8014da52 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 6 May 2021 11:39:33 -0600 Subject: [PATCH] Add a new compile script --- compile.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 compile.sh diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..d75d0d5 --- /dev/null +++ b/compile.sh @@ -0,0 +1 @@ +avr-gcc $1 -Wall -Wextra -c -o- -S -O3 -I ~/avr-libstdcpp/include/ -std=c++20 | tee $1.asm | ./avr-to-6502 | tee $1.asm && xa -O PETSCREEN -M $1.prg