Skip to content

Commit

Permalink
correcciones varias
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos committed Sep 5, 2021
1 parent 53360c0 commit e6aa989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin2duck.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e6aa989

Please sign in to comment.