1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-10-10 14:23:36 +00:00
6502-cpp/compile.sh

2 lines
150 B
Bash
Raw Normal View History

2021-05-06 17:39:33 +00:00
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