Skip to content

Releases: FlatAssembler/PicoBlaze_Simulator_in_JS

Added some fake support for interrupts.

07 Nov 18:07
334cc49
Compare
Choose a tag to compare
Pre-release

I've added the Interrupt Enabled Flag. Interrupts are not really supported, but some programs that use them will run. That includes the example program from our Computer Architecture classes.

Fixed an important bug

07 Nov 16:10
ff76d7f
Compare
Choose a tag to compare
Pre-release

Fixed a bug which sometimes causes the preprocessor to reject valid names for constants and labels.

Fixed an important bug

07 Nov 11:16
9f6be27
Compare
Choose a tag to compare
Pre-release

Fixed a bug that caused the zero flag being sometimes incorrectly set to 0 after shifting right.

Added some visual effects

07 Nov 10:26
f0e95e2
Compare
Choose a tag to compare
Pre-release

I've added some visual effects that make it easier to track which registers are used and which are currently changed.

v0.9-beta

06 Nov 15:41
fb4625a
Compare
Choose a tag to compare
v0.9-beta Pre-release
Pre-release

The core is, as far as I know, complete right now, but there are probably some bugs left.