Skip to content

Releases: debjitbis08/sim8085

v2.2.0

13 Nov 17:10
Compare
Choose a tag to compare

2.2.0 (2024-11-13)

Bug Fixes

  • Fix display for CPU for very small heights (adc1022)
  • Fix handling PC Start value input (dbeb606)
  • Hide broken theme switcher before load (b6956ae)
  • Mobile layout improvements (0c3cdcb)

Features

  • Larger footer on some pages (9ed4de0)
  • Show hide right panel support (f377236)

v2.1.0

11 Nov 05:56
Compare
Choose a tag to compare

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

13 Oct 08:48
291fa75
Compare
Choose a tag to compare

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)

10 Jun 15:58
Compare
Choose a tag to compare

Bug Fixes

  • emulator: Fix setting of carry flag (3a3ef93), closes #6

v0.1.6 (2018-06-09)

09 Jun 16:19
Compare
Choose a tag to compare

Bug Fixes

  • assembler: Fix parsing of numbers (8e171da)

v0.1.5 (2018-06-04)

04 Jun 10:27
Compare
Choose a tag to compare

Bug Fixes

  • assembler: Fix issue with assembling DB (7d46d3e)

Features

  • ci: Add script to auto generate changelog (d8998fd)

v0.1.4 (2018-04-30)

30 Apr 13:24
Compare
Choose a tag to compare
  • chore(ci): Add changelog file (8907ba2)
  • chore(ci): Remove unnecessary entries from log (5728931)
  • fix(assembler): Fix issue with assembling DB (7d46d3e)

v0.1.3 (2018-04-18)

30 Apr 13:25
Compare
Choose a tag to compare
  • fix(emulator): Fix emulation of CALL and RET (de08766)

v0.1.2 (2018-04-18)

30 Apr 13:25
Compare
Choose a tag to compare
  • fix(assembler): Fix wrong address for labels (47b72b2)
  • fix(editor): Fix highlighting of JZ instruction (1f76de3)
  • fix(emulator): Fix update of AC flag (cf1f17e)