
A little file conversion utility:

Given a binary file, it creates an SH .S assembly source, with labels
at the beginning and the end of the file. That file can subsequently
be embedded into a program by assembling the output file, and linking
it with the program.
