October 28 2022
attiny85 emulator a85al v1.3 is out!!!

New version is out!!! The latest is v1.3 the emu becomes more and more functional. Many fixes and added, here is the changelog:
- Added new AVR opcodes (NOP,BREAK)
- Added EEPROM features.
- Added debugger breakpoints features, use F9.
- Added EEPROM viewer with printable bytes.
- Added pcf8574 emulation and some devices build with this i2c multiplexer like LCD Display and ds1307 RTC.
- Fixed bugs in some AVR opcodes with carry, (SBCI,ADCI)
- Fixed bugs in GUI using new GTK widgets.