1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-05-28 13:41:35 +00:00

Add a new compile script

This commit is contained in:
Jason Turner 2021-05-06 11:39:33 -06:00
parent f95290b68c
commit 21d23dfcb9

1
compile.sh Executable file
View File

@ -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