NMM format: # at line[0] means comment, ignore it. blank lines are ignored also. decimal is assumed, 0x for hex, 0 for octal (0b for binary?)
Line 1: file version, ignore it.Line 2: file description, ignore it.Line 3: address of table, no 0800:0000hLine 4: number of entries Line 5: length of each entryLine 6: text file of entry names, might be useful. Default to numbers if not foundLine 7: tbl file for text, ignore it.
Entry format:
Line 1: Description (use as header row?)Line 2: OffsetLine 3: Length in bytesLine 4: Type of data (Only care about H or DU/DS imo)Line 5: Text file for descriptions, ignore it for now.NEHU: Numeric Editbox Hexadecimal UnsignedNEDU: Numeric Editbox Decimal UnsignedNEDS: Numeric Editbox Decimal SignedNDHU: Numeric Dropdown Hexadecimal UnsignedNDDU: Numeric Dropdown Decimal Unsigned