Releases: debjitbis08/sim8085
Releases · debjitbis08/sim8085
v2.2.0
v2.1.0
2.1.0 (2024-11-11)
Bug Fixes
- Fix AC flag calculation (8d551aa), closes #50
- Fix ac flag logic in ADI (72188f5), closes #18
- Fix AC flag with SBB & SBI (213bed7)
- Fix all jump & call instructions (27ee782)
- Fix cookie banner typo (39badfa)
- Fix dark mode for modals (061aa9b)
- Fix debug line highlight on active line (5a485fe)
- Fix memory full view button (ed678dc)
- Fix showing assembler errors (d6004fb)
- Fix styles for modals (ca21bc4)
- Fix the cookie banner message (c928cfe)
- Fix tooltip related issues (d28fffb)
- Improve editing of registers (7b739cb)
- Improve error message for single register instructions (3290966)
- Remove actions from pages other than main page (aaf1ef0)
- Report errors properly in some cases (c2331ac)
- Some messaging improvements (a9065b9)
Features
- Add BMC link in header (00e56ee)
- Add cookie consent and pwa improvements (b713eb8)
- Add copy assembled output button (6926c64)
- Add documentation section (ab73b95)
- Add hint for watch range button (854ed7b)
- Add hints to assembler errors (106e501)
- Add initial PC value option (550da8a)
- Add keyboard shortcuts (9b797c5)
- Add PostHog tracking on documentation page (76650e2)
- Add support for END directive (c0f898b)
- Improve the support button (1d8620f)
- Show assembler error hints separately (93bc482)
v2.0.0
What's Changed
- Complete redesign of the frontend with many new features.
Full Changelog: v0.1.10...v2.0.0
v0.1.7 (2018-06-10)
v0.1.6 (2018-06-09)
Bug Fixes
- assembler: Fix parsing of numbers (8e171da)
v0.1.5 (2018-06-04)
v0.1.4 (2018-04-30)
v0.1.3 (2018-04-18)
- fix(emulator): Fix emulation of CALL and RET (de08766)