c474907d72
Added Hex Conversions to allow for loading programs into memory from Hex Files.
main
dbowerman2026-06-03 15:51:30 -04:00
eae5314e3b
added a new ToString method to Word, DWord, and QWord classes. The ToString method will concatenate the string representations of the high and low words (or dwords) to create a single string representation of the entire word. This can be used to more easily write and read the value from the MC and CU classes.
dbowerman2026-06-03 09:54:36 -04:00
faa7801376
Beginning to add Program Counter and Stack Pointer Beginning to add initil Instruction Set
dbowerman2026-05-31 21:29:23 -04:00
a958d11c4e
Created functions to allow for data to be written to and read from memory using bianry strings.
dbowerman2026-05-31 20:36:00 -04:00
9efadc3b4a
Converted address to 16-bit binary string rather than byte.
dbowerman2026-05-31 15:29:49 -04:00
8cf9e2c5f5
Added Read/Write function to MC
dbowerman2026-05-30 22:28:37 -04:00