Releases: klemens/2i-emulator
Releases · klemens/2i-emulator
2i-emulator 2.0.2
2i-emulator 2.0.1
- Properly escape file names in latex output
- Bump max MR version of ipg-csv files to 1.3.7.9
- Add subcommand for generating shell cli completions
2i-emulator 2.0.0
- Support for the new 2i versions 1.3.6 and 1.3.7
- Support for interrupts (volatile and persistent)
- New cli-command for generating ipg-csv files from 2i programs
- New LOOP mnemonic for filling in missing instructions
- Improved 2i program format (in-line comments, better address assignment)
2i-emulator 1.2.0
- New cli-command for generating latex documents from 2i programs
- Ability to load programs after starting the emulator
- New command to show the currently loaded program
- Improved input line editing (including path completion)
2i-emulator 1.1.0
- New textual representations for NOP, left shifts and inverse
- Fix the representations of right rotation, NOR and inverse carry shift
(Note: linux binary is build against glibc 2.19)
2i-emulator 1.0.0
- Text representations for the micro instructions
- New command to show the contents of the RAM
- Rewrite in Rust with complete test coverage
- Improved format for program files
- Improved ui and input handling (history, auto-completion)
(Note: linux binary is build against glibc 2.19)
2i-emulator 0.2
Some fixes for windows.