summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Report correct length after truncationBen Bridle24 hours
| | | | | | After the trailing null bytes have been truncated from the end of the assembled program, the length being reported was the original untruncated length of the program, not the new length.
* Raise error if an instruction name is redefinedBen Bridle2025-07-04
|
* Fix sort order of generated symbols fileBen Bridle2025-07-04
| | | | | | The symbols file was not being generated in ascending address order. This was because the assembler was using unordered HashMaps, which have now been replaced with ordered IndexMaps.
* Initial commitBen Bridle2025-07-03