You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class IntelHexFile as multiple methods which might be helpful. findLineByAddress will return a HexFileLine of which you can check the data 'getData'.
Another method might be to iterate over all lines using "getRecords" to find the line you want to check.
suppose we have hex file as following
:1017D0000000000000000000000000000000000009 :1017E00000000000000000000000000000000000F9 :1017F00000000000000000000000000000000000E9 :1018000080F6040C000000004C03FC005A03EC04BA :101810001A940700000CBA41019D5A3351D49A45DD :10182000000CBD410080BD33F87FBC4100809C337B :10183000F07F2C01FC10090010594901AC1E2A014F :101840008C492C01FC12000000189C037CF16C01F7 :10185000FC1200000018A841019D0831F5D6C845CA :1018600000000000A841008008310800A941008064 :101870002931C00005CC000C08F800000831040034
is there any way or function to check a line is empty or not?
The text was updated successfully, but these errors were encountered: