From e6aa989e7741bbe8c31f93a9069a81a2da626de6 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sun, 5 Sep 2021 19:37:04 -0300 Subject: [PATCH] correcciones varias --- bin2duck.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin2duck.py b/bin2duck.py index 2b34094..b731876 100644 --- a/bin2duck.py +++ b/bin2duck.py @@ -60,13 +60,14 @@ def main(argv): sys.stdout = outfile size=os.path.getsize(binfilename) - print ("REM Reading ",size," bytes") infile = open(binfilename,"rb") bytecode = list(infile.read()) infile.close() print(delay) + print ("STRING # Reading ",size," bytes") + print(enter) print("STRING $start=date") print(enter)