Skip to content

Latest commit

 

History

History
143 lines (77 loc) · 6.46 KB

CHANGELOG.md

File metadata and controls

143 lines (77 loc) · 6.46 KB

0.1.11 (2019-04-01)

Bug Fixes

  • emulator: Fix RAR instruction (66c441e), closes #12

0.1.10 (2018-09-11)

Bug Fixes

  • emulator: Fix INR M instruction (c570c42), closes #10

0.1.9 (2018-08-12)

Bug Fixes

  • emulator: Fix subtract with borrow logic (3547e73), closes #9

0.1.8 (2018-08-02)

Bug Fixes

  • emulator: Fix STAX D operation (a168a77), closes #7

0.1.7 (2018-06-10)

Bug Fixes

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

0.1.6 (2018-06-09)

Bug Fixes

  • assembler: Fix parsing of numbers (8e171da)

0.1.5 (2018-06-04)

Bug Fixes

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

Features

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

0.1.3 (2018-04-18)

Bug Fixes

  • emulator: Fix emulation of CALL and RET (de08766)

0.1.2 (2018-04-18)

Bug Fixes

  • assembler: Fix wrong address for labels (47b72b2)
  • editor: Fix highlighting of JZ instruction (1f76de3)
  • emulator: Fix update of AC flag (cf1f17e)

0.1.1 (2018-04-17)

Bug Fixes

  • assembler: Better errors for incomplete ops (6457c05)
  • assembler: Fix code gen for numeric literals (d7039b7)
  • assembler: Fix compile of lines with space (a5c8b91)
  • assembler: Fix compiling of code comments (b93bee5)
  • assembler: Fix parsing of basic structures (fa8d803)
  • assembler: Fix parsing of blank lines at eof (ad409a7)
  • assembler: Show better error when line has problem (0bb54ae)
  • instruction: Fix lxi to reject accumulator (7301a86)
  • instruction: Fixes lxi, same as last commit (f1bb0f8)
  • instruction: Make jump properly relocatable (2ead55e)
  • ui: Fix introduction tour (9825e25)
  • ui: Fix reading value from memory in JS (d8f2f1d)
  • ui: Fix tour for buttons (48a33a9)
  • ui: Fix updating memory location (5f25eba)
  • ui: Hide alert message after timeout (2319766)
  • ui: Move Brave banner to header (5477c22)
  • ui: Show different error for infinite loop (664653d)
  • ui: Update compile icon to avoid confusion (79fdcf0)
  • ui: Use https URL for vimeo lib (a6485fd)

Features

  • assembler: Add errors for undefined labels (1297040)
  • assembler: Add push a alias for push psw (837aac6)
  • directive: Add DB directive (d4868e8)
  • emulator: Increase cycle limit to 10000 (b246900)
  • instruction: Add JNC and fix all jumps (e2f32a6)
  • track: Track errors using Sentry (48416e7)
  • ui: Add external link to vimeo (f42e8dd)
  • ui: Add input to jump to memory location (5076475)
  • ui: Add introduction tour (469369f)
  • ui: Add outdated browser warning (6729f6b)
  • ui: Add tutorial video (f571990)
  • ui: Move stop button at end (240fa66)
  • ui: Show error execution failure (5580b71)
  • ui: Show info after compilation is successful (736b8fc)