Skip to content

Releases: FlatAssembler/PicoBlaze_Simulator_in_JS

A few documentation fixes

08 Dec 21:23
be53c80

Choose a tag to compare

I've documented what is new in v6.0.0, in both the LibreOffice documentation and the comments in JavaScript.

The emulator now displays a call stack

06 Dec 13:52
09413d8

Choose a tag to compare

The emulator now displays a call stack, the previous values of the program counter (the PC register) stored before executing the call command.

Refactoring and documentation fixes

09 Nov 09:36

Choose a tag to compare

I've added the db_helper.php file into which I extracted the code that's common to both db.php and deleteTheProgram.php files. I've also modified the documentation a bit.

Restored the compatibility with Firefox 52

05 Oct 06:47

Choose a tag to compare

The changes I made to viewer.js in v5.9.0 were, apparently, incompatible with Firefox 52. So, I fixed that bug in this release.

Made a few not tested adjustments to the PHP code

04 Oct 13:16

Choose a tag to compare

I've made a few adjustments to the PHP code. The PHP code does not contain syntax errors, but I was not able to test whether it works, because I failed to connect it to the MySQL database.

Better error messages and documentation

01 Oct 17:36

Choose a tag to compare

I've improved some error messages and I've improved the documentation a bit (mentioning the problems with cookies that occur in the Dolphin Browser).

Various documentation fixes

26 Sep 16:41

Choose a tag to compare

I've documented what's new in v5.8.0.

Made an x86 assembly version of the Binary to Decimal program

24 Sep 16:26

Choose a tag to compare

I've written a version of the bin2dec.psm program in a combination of 64-bit x86 assembly and C++, and named it bin2dec.cpp.

Fixed another important bug in the parser regarding unary operators

15 Sep 10:14

Choose a tag to compare

The statement inst --5 now parses correctly as inst 5, rather than crashing the parser.

Fixed an important bug in the parser regarding unary operators

11 Sep 21:07

Choose a tag to compare