go back to always assembling

This commit is contained in:
~d6 2022-04-13 00:19:04 -04:00
parent 0e551183ac
commit 2961a83812
1 changed files with 1 additions and 4 deletions

5
femto
View File

@ -6,10 +6,7 @@
TTY=`stty -g`
if [ "$1" = "-b" ]; then
shift
uxnasm femto.tal femto.rom
fi
uxncli asma.rom femto.tal femto.rom
if [ $? -eq 0 ]; then
stty raw -echo