Skip to content

Releases: debjitbis08/sim8085

v2.3.2

16 Nov 06:25
Compare
Choose a tag to compare

2.3.2 (2024-11-16)

Bug Fixes

  • Add cue for assembled section content on mobile (3b90fd0)

v2.3.1

15 Nov 20:17
Compare
Choose a tag to compare

2.3.1 (2024-11-15)

Bug Fixes

v2.3.0

15 Nov 17:21
Compare
Choose a tag to compare

2.3.0 (2024-11-15)

Features

  • Mobile support and minor space adjustments (f4a7f10)

v2.2.1

15 Nov 14:40
Compare
Choose a tag to compare

2.2.1 (2024-11-15)

Bug Fixes

  • Fix cookie consent banner colors (ecf1605)

v2.2.0

15 Nov 14:15
Compare
Choose a tag to compare

2.2.0 (2024-11-15)

Bug Fixes

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

Features

  • Add multi theme support (738792a)
  • Add tooltips to right panel icons (bdcd488)
  • 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)