Memory map of the Intel Hex data.
Start address for the string.
String read from the Intel Hex data.
Reads a 16 bit little endian number from an Intel Hex memory map.
Any missing data in that address range that is not contained inside the MemoryMap is filled with 0xFF.
Memory map of the Intel Hex data.
Start address of the 16 bit number.
Number with the unsigned integer representation of those 2 bytes.
Reads a 32 bit little endian number from an Intel Hex memory map.
Any missing data in that address range that is not contained inside the MemoryMap is filled with 0xFF.
Memory map of the Intel Hex data.
Start address of the 32 bit number.
Number with the unsigned integer representation of those 4 bytes.
Reads a 64 bit little endian number from an Intel Hex memory map.
Any missing data in that address range that is not contained inside the MemoryMap is filled with 0xFF.
Memory map of the Intel Hex data.
Start address of the 32 bit number.
Number with the unsigned integer representation of those 8 bytes.
Reads a 8 bit number from an Intel Hex memory map.
If the data is not contained inside the MemoryMap it returns 0xFF.
Memory map of the Intel Hex data.
Start address of the 16 bit number.
Number with the unsigned integer representation of those 2 bytes.
Generated using TypeDoc
Decodes a UTF-8 null terminated string stored in the Intel Hex data at the indicated address.