7 lines
170 B
Bash
Executable file
7 lines
170 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASE=basic-v6502
|
|
|
|
../xa-2.3.5/xa -M -e $BASE.error.txt -l $BASE.label.txt -o $BASE.out $BASE.asm
|
|
../65b2js $BASE.out > $BASE.js
|
|
cp $BASE.js ../vm/software/.
|