From dc7b2a3a08f5ba22232b9e75e20f56039d9ad9ea Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 27 Apr 2025 16:54:32 +0300 Subject: [PATCH] added the TI-74 BASIC port and the mu808asm'MU74 export support --- mu808asm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu808asm.py b/mu808asm.py index b93810a..2ee8b56 100755 --- a/mu808asm.py +++ b/mu808asm.py @@ -162,7 +162,7 @@ def ti74data(txtrep:str, baseaddr:int=5000): def main(): if len(sys.argv) < 4: - print("Usage: mu808asm [at|ab|dt|db|t2b|b2t] file outfile") + print("Usage: mu808asm [at|ab|dt|db|t2b|b2t|t74] file outfile") return mode = sys.argv[1] srcfile = sys.argv[2]