stage0/CHANGELOG.org

29 lines
886 B
Org Mode

* Unreleased
** Added
+ Created xeh tool in C for more cross platform debugging
+ Created M0 in hex2
+ Documented build steps in notes.org
** Changed
+ 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.
+ Revised stage0 Monitor to utilize ANDI and updated the Hex0 version to incorporate the enhancements made previously
+ Imported CMPSKIP instructions that operate on 2 registers
+ Corrected CMPJUMP(u) to CMPJUMP(u)I to match current naming scheme for instructions
** Fixed
+ Fixed leading char bug in M0
+ Updated Checksums to reflect updates in stage1_assembler-2
** 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