commit | 8b5a212495371fbc9bea7f4ce6d632df3763723b | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Oct 24 17:48:34 2024 +1030 |
committer | Alan Modra <amodra@gmail.com> | Thu Oct 24 17:58:00 2024 +1030 |
tree | e9a8e6187b092318233df563a7a81840c9f76cb0 | |
parent | 4598f83eac08e5828ec0fe0dc03f7b9d76825a58 [diff] |
tekhex object file output fixes writevalue didn't handle 64-bit values, dropping the high 32 bits, and also wrote any value in the range [0,15] as 0. * tekhex.c (first_phase): Handle *ABS* symbols. (writevalue): Rewrite.