stage0/CHANGELOG.org

26 lines
622 B
Org Mode
Raw Normal View History

2016-10-02 17:57:20 +01:00
* Unreleased
** Added
2016-10-02 18:26:05 +01:00
+ Created xeh tool in C for more cross platform debugging
+ Created M0 in hex2
+ Documented build steps in notes.org
2016-10-02 17:57:20 +01:00
** Changed
2016-10-02 18:26:05 +01:00
+ Renamed xeh1 files to match current naming standard
+ created roms/ to store previously built roms and expanded .gitignore to prevent binary blobs from being checked in.
2016-10-02 17:57:20 +01:00
** Fixed
+ Fixed leading char bug in M0
+ Updated Checksums to reflect updates in stage1_assembler-2
2016-10-02 17:57:20 +01:00
** Removed
* 0.0.1 - 2016-10-02
** Added
+ Initial draft of change log added
** Changed
+ Reorganization of Files to group files by stage
** Fixed
+ Line Macro assembler M0 is now self hosting