I found two issues in bin2mbd:
-a was not properly set in file header (h_param1) so it was not affected in listingAlso, I would like to humbly propose (in attachment) the replacement of all divisions and modulos to the more signed-safe solution with ands and shifts.
These bugs were fixed in [r43] commit.
Related
Commit: [r43]