7 Commits
Author SHA1 Message Date
dbowerman c474907d72 Added Hex Conversions to allow for loading programs into memory from Hex Files. 2026-06-03 15:51:30 -04:00
dbowerman 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.
2026-06-03 09:54:36 -04:00
dbowerman faa7801376 Beginning to add Program Counter and Stack Pointer
Beginning to add initil Instruction Set
2026-05-31 21:29:23 -04:00
dbowerman a958d11c4e Created functions to allow for data to be written to and read from memory using bianry strings. 2026-05-31 20:36:00 -04:00
dbowerman 9efadc3b4a Converted address to 16-bit binary string rather than byte. 2026-05-31 15:29:49 -04:00
dbowerman 8cf9e2c5f5 Added Read/Write function to MC 2026-05-30 22:28:37 -04:00
dbowerman 0be1f139ef Initial commit 2026-05-30 19:58:25 -04:00