eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

fill empty space #27

Closed fncode246 closed 1 year ago

fncode246 commented 2 years ago

There is fill(value=None, max_words=None) that: Fills all empty space between segments Is there any way to fill empty space between chunks?

eerimoq commented 2 years ago

I'm not sure I understand what you need. fill() should work for all cases.