Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Report correct length after truncation | Ben Bridle | 22 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 redefined | Ben Bridle | 2025-07-04 |
| | |||
* | Fix sort order of generated symbols file | Ben Bridle | 2025-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 commit | Ben Bridle | 2025-07-03 |