altoslib: Add symbols to .ihx files
authorKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 03:46:30 +0000 (19:46 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 03:46:30 +0000 (19:46 -0800)
commit7b0c1fbccb4ef1ae2ed356292cc8762360532b7f
tree6283d5f3ee78c24383f4b6af972c52f1f6d249d9
parentb1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4
altoslib: Add symbols to .ihx files

Create a new 0xfe record type to hold the symbols, and append them
after the EOF record so that other tools might continue to work.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosHexfile.java
altoslib/AltosHexsym.java [new file with mode: 0644]
altoslib/Makefile.am