Build: Add a dumb script to relink with segments packed
I can't figure out how to do this with SDCC directly, so make a
script that links everything together, then reads the msterm.map
file generated and gets the sizes of each segment, then links
msterm.ihx again with the proper --code-loc and --data-loc values to
not waste any bytes.