This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Releases: ihmels/asmsimulator
Releases · ihmels/asmsimulator
v2.1.1
v2.1.0
v2.0.0
[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
[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