mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-23 15:24:06 +00:00
Make the intel hex file format parser easier to use.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace EightBit
|
||||
|
||||
protected void LoadHexFile(string path)
|
||||
{
|
||||
using var file = new IntelHexFile(path);
|
||||
var file = new IntelHexFile(path);
|
||||
foreach (var (address, content) in file.Parse())
|
||||
{
|
||||
var mapped = this.Mapping(address);
|
||||
|
Reference in New Issue
Block a user