mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-27 08:13:01 +00:00
Assemble piano with asma
This commit is contained in:
parent
abf95337a1
commit
d6519a46d2
1 changed files with 8 additions and 2 deletions
10
build.sh
10
build.sh
|
@ -51,8 +51,14 @@ then
|
|||
cp bin/uxnemu bin/uxnasm bin/uxncli $HOME/bin/
|
||||
fi
|
||||
|
||||
echo "Assembling.."
|
||||
./bin/uxnasm projects/examples/demos/piano.tal bin/piano.rom
|
||||
# echo "Assembling(uxnasm).."
|
||||
# ./bin/uxnasm projects/examples/demos/piano.tal bin/piano.rom
|
||||
|
||||
echo "Assembling(asma).."
|
||||
./bin/uxnasm projects/software/asma.tal bin/asma.rom
|
||||
|
||||
echo "Assembling(piano).."
|
||||
echo projects/examples/demos/piano.tal | bin/uxncli bin/asma.rom > bin/piano.rom 2> bin/piano.log
|
||||
|
||||
echo "Running.."
|
||||
./bin/uxnemu bin/piano.rom
|
||||
|
|
Loading…
Reference in a new issue