Refactor the Intel hex file parser. The new parser is isolated and memory efficient.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2019-06-29 11:35:08 +01:00
parent 69122eb233
commit 7b5af28f5d
3 changed files with 109 additions and 70 deletions
+1
View File
@@ -51,6 +51,7 @@
<Compile Include="Chip.cs" />
<Compile Include="ClockedChip.cs" />
<Compile Include="Device.cs" />
<Compile Include="IntelHexFile.cs" />
<Compile Include="IntelOpCodeDecoded.cs" />
<Compile Include="Memory.cs" />
<Compile Include="InputOutput.cs" />