Added Hex Conversions to allow for loading programs into memory from Hex Files.

This commit is contained in:
2026-06-03 15:51:30 -04:00
parent eae5314e3b
commit c474907d72
13 changed files with 163 additions and 7 deletions
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("CPUSimulation")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+faa7801376d988a2b7b81332c9df3db882f08224")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+eae5314e3b7572a343c4caa2d16fb0b1c62c28a0")]
[assembly: System.Reflection.AssemblyProductAttribute("CPUSimulation")]
[assembly: System.Reflection.AssemblyTitleAttribute("CPUSimulation")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]