7.2.3.23 Size Hexmate Option

Using the -size option will report to standard output the total number of bytes of record data within the resultant HEX image. This will be the total size of all bytes in the Data/Argument field of each record. The size will also be recorded in the log file if one has been requested. For example:
> hexmate -ooutput.hex float.hex -size                          
Total data: 988 (3DCh) bytes
> hexmate -ooutput.hex float.hex -string@9000="More data" -size         
Total data: 998 (3E6h) bytes