From 2961a838123f1c058bd0409adb67cd074e5055c8 Mon Sep 17 00:00:00 2001 From: d6 Date: Wed, 13 Apr 2022 00:19:04 -0400 Subject: [PATCH] go back to always assembling --- femto | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/femto b/femto index 1cc18e5..f3ec2fc 100755 --- a/femto +++ b/femto @@ -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