From: Keith Packard Date: Sun, 24 Mar 2013 22:30:24 +0000 (-0700) Subject: ao-tools/lib: Add loading support for 32-bit ihx files X-Git-Tag: 1.2.1~44 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1f30b1f14dbab6e6ea94177e459c80732e31e433;hp=1f30b1f14dbab6e6ea94177e459c80732e31e433;ds=sidebyside ao-tools/lib: Add loading support for 32-bit ihx files These place the upper 16 bits of the address in a special record. That requires handling records in file order, so don't sort them in address order anymore, instead find the bounds of the loaded data by scanning them all. Signed-off-by: Keith Packard ---