The integer memory table will not allow the user to inpu values larger than it can store
All threads resolved!
Compare changes
- Martin authored
editing memory now takes bit length into account for negative values aswell. Fixed type and tells the user size of memory addresses when input doesnt fit
@@ -17,7 +17,7 @@ class Base(Enum):
@@ -17,7 +17,7 @@ class Base(Enum):
@@ -199,6 +199,7 @@ class IntegerMemoryTable(MemoryTable):
@@ -199,6 +199,7 @@ class IntegerMemoryTable(MemoryTable):
@@ -216,8 +217,8 @@ class IntegerMemoryTable(MemoryTable):
@@ -216,8 +217,8 @@ class IntegerMemoryTable(MemoryTable):
@@ -233,9 +234,9 @@ class IntegerMemoryTable(MemoryTable):
@@ -233,9 +234,9 @@ class IntegerMemoryTable(MemoryTable):