Added a GUI

This commit is contained in:
2023-03-13 22:44:24 +02:00
parent 448186c0b0
commit 4381c5f76a
13 changed files with 32912 additions and 32768 deletions
+1
View File
@@ -13,6 +13,7 @@ class ROM32K:
for i in range(16):
self.out[i].out=instuction[i]
def loadROM(self,file_path):
self.memory.clear()
f=open(file_path,"r")
for _ in range(32768):
line=f.readline()
Binary file not shown.