Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Releases: ihmels/asmsimulator

v2.1.1

15 Apr 12:56
v2.1.1
ba77aba

Choose a tag to compare

[2.1.1] - 2018-04-15

Fixed

  • There were empty files in the ZIP-archive when running gulp compress

v2.1.0

11 Feb 16:05
v2.1.0
1b3f5dc

Choose a tag to compare

[2.1.0] - 2018-02-11

Added

  • Some test for assembler and CPU

Changed

  • Updated Angular and jQuery to latest version

v2.0.0

13 Jan 20:13
096c748

Choose a tag to compare

[2.0.0] - 2018-01-13

Added

  • Explain how to register an ISR in simulator’s CPU

Changed

  • Use Bootstrap’s glyphicons instead of Unicode icons
  • Updated AngularJS to latest version
  • Replaced Grunt with Gulp
  • Build is now placed in public/
  • Instead of Bower, NPM is used now

v1.0.0

06 Aug 14:39
v1.0.0
a62da5d

Choose a tag to compare

[1.0.0] - 2017-08-06

Added

  • Instructions processing 16-bit operands
  • Interrupt mechanism
  • Supervisor mode
  • New features added to documentation

Changed

  • Instructions processing 8-bit require “byte” keyword
  • Memory resized to 1 kiB
  • Example code makes use of interrupts and supervisor mode
  • Redesign of user interface
  • Added additional clock speeds
  • Memory-mapped output moved to the supervisor memory area

Fixed

  • An error is thrown if machine code does not fit into memory
  • Output can only display ASCII characters now