|
|
|
|
@ -76,10 +76,13 @@ echo "Assembling(boot).."
|
|
|
|
|
echo "Assembling(asma).." |
|
|
|
|
./bin/uxnasm projects/software/asma.tal bin/asma.rom |
|
|
|
|
|
|
|
|
|
if [ "${1}" = '--no-run' ]; then exit; fi |
|
|
|
|
echo "Assembling roms.." |
|
|
|
|
for f in projects/examples/demos/*.tal |
|
|
|
|
do |
|
|
|
|
bin/uxncli bin/asma.rom $f bin/`basename ${f%.tal}`.rom 2> /dev/null |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
echo "Assembling(piano).." |
|
|
|
|
bin/uxncli bin/asma.rom projects/examples/demos/piano.tal bin/piano.rom 2> bin/piano.log |
|
|
|
|
if [ "${1}" = '--no-run' ]; then exit; fi |
|
|
|
|
|
|
|
|
|
echo "Running.." |
|
|
|
|
cd bin |
|
|
|
|
|