summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update version to 1.0.2HEADv1.0.2mainBen Bridle20 hours
|
* Report correct length after truncationBen Bridle20 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.
* Update version to 1.0.1v1.0.1Ben Bridle2025-07-04
|
* 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.
* Update version to 1.0.0v1.0.0Ben Bridle2025-07-03
|
* Initial commitBen Bridle2025-07-03