7 lines
213 B
Bash
Executable file
7 lines
213 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
|
|
../../vm/65b2js/Debug/65b2js $BASE.out > $BASE.js
|
|
cp $BASE.js ../../vm/Virtual\ Computer/software/.
|