This commit is contained in:
Nicolas Kruse 2025-10-12 23:22:12 +02:00
parent c4ca95bd61
commit 3313e2d999
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ if __name__ == "__main__":
rel_entr_point = dr.read_int()
print(f"ENTRY_POINT rel_entr_point={rel_entr_point}")
elif com == Command.RUN_PROG:
rel_entr_point = dr.read_int()
print(f"RUN_PROG")
elif com == Command.READ_DATA:
offs = dr.read_int()