dbowerman
  • Joined on 2022-08-04
dbowerman pushed to main at dbowerman/CPU-Simulation 2026-06-03 15:52:21 -04:00
c474907d72 Added Hex Conversions to allow for loading programs into memory from Hex Files.
dbowerman pushed to main at dbowerman/CPU-Simulation 2026-06-03 09:55:59 -04:00
eae5314e3b added a new ToString method to Word, DWord, and QWord classes.
dbowerman pushed to main at dbowerman/CPU-Simulation 2026-05-31 21:32:29 -04:00
faa7801376 Beginning to add Program Counter and Stack Pointer
dbowerman pushed to main at dbowerman/CPU-Simulation 2026-05-31 20:37:25 -04:00
a958d11c4e Created functions to allow for data to be written to and read from memory using bianry strings.
dbowerman pushed to main at dbowerman/CPU-Simulation 2026-05-31 15:31:25 -04:00
9efadc3b4a Converted address to 16-bit binary string rather than byte.