Skip to content

v0.9.3b (Beta)

Compare
Choose a tag to compare
@ericjiang97 ericjiang97 released this 06 Sep 06:50
· 324 commits to master since this release

This updates MARIE.js to v0.9.3b

OS Recommended Browser
Windows 7 or Newer Google Chrome v40 or Newer
Windows XP or Newer Google Chrome
OSX Google Chrome v40 or Newer
Mobile Devices No recommended browsers at the moment

  • MARIE.js Core Code Changes: improving handling of negative values to PC to fix issue #148 with negative values
    • fixed a bug present in v0.9.3 when sim raises an error when address = 0, code changed to else if(this[target] < 0){...}
  • Page Changes: changes to about.html
    • added ToS agreement
    • acknowledged @RavenKelder (Felix) for his work on demostration code
  • Changes to tour.js: updated tour.js for more helpful messages
  • Fixes to demo code: uploaded quicksort.mas as demo code, updated multiply.mas to fix some changes,
  • Fixing demo code loading system: fixed code so that the div is hidden upon startup by adding hidden attribute to alert. <div id="warn-missing-file" class="alert alert-warning" hidden>, and removed $('#warn-missing-file').hide() from loading page code