| ... | ... |
@@ -51,8 +51,14 @@ then |
| 51 | 51 |
cp bin/uxnemu bin/uxnasm bin/uxncli $HOME/bin/ |
| 52 | 52 |
fi |
| 53 | 53 |
|
| 54 |
-echo "Assembling.." |
|
| 55 |
-./bin/uxnasm projects/examples/demos/piano.tal bin/piano.rom |
|
| 54 |
+# echo "Assembling(uxnasm).." |
|
| 55 |
+# ./bin/uxnasm projects/examples/demos/piano.tal bin/piano.rom |
|
| 56 |
+ |
|
| 57 |
+echo "Assembling(asma).." |
|
| 58 |
+./bin/uxnasm projects/software/asma.tal bin/asma.rom |
|
| 59 |
+ |
|
| 60 |
+echo "Assembling(piano).." |
|
| 61 |
+echo projects/examples/demos/piano.tal | bin/uxncli bin/asma.rom > bin/piano.rom 2> bin/piano.log |
|
| 56 | 62 |
|
| 57 | 63 |
echo "Running.." |
| 58 | 64 |
./bin/uxnemu bin/piano.rom |