Skip to content

Tags: SConaway/qtrvsim

Tags

v0.9.6

Toggle v0.9.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version 0.9.6 release.

v0.9.5

Toggle v0.9.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version 0.9.5 release.

v0.9.4

Toggle v0.9.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.9.4

v0.9.3

Toggle v0.9.3's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.9.3

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.9.2

v0.9.1

Toggle v0.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.9.1

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.9.0

v0.7.5

Toggle v0.7.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.7.5

v0.7.3

Toggle v0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.7.3

  * Debian package updated to version 0.7.3.
  * Implemented SKIP/SPACE assembler directives.
  * Add OpenHub statistic page link.
  * Provide support for include directive in simple assembler.
  * In include, use content from editor if file is already open.
  * Add #pragma processing to integrated assembler and its usage to control windows.
  * Use #pragma in examples to lower initial learning curve.
  * samples: simple-lw-sw-ia.S: place data section to 0x2000 address.

v0.7.2

Toggle v0.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ppisa Pavel Pisa
Version updated to 0.7.2

  * Debian package updated to version 0.7.2.
  * More changes to use dialog open instead of exec (Emscripten does not support exec).
  * Updates to RPM packaging and spec file to better follow Suse rules.
  * Move fixmatheval and assembly compiler to separate library independent on Qt GUI API.
  * Implemented message window to report compilation errors.
  * Store operator text description in the fixmatheval operators tree.
  * Simple assembler moved to separate class which is independent on Qt GUI API.
  * Do not open editor twice for same filename.
  * Enable CLI version to use simple assembler.
  * Update editor search algorithm to prefer current editor for unnamed buffers.
  * Add config option to reset machine before internal assembler starts.
  * Include C language syntax highlighter for alternative sources editing.
  * Action to execute external make command and ask for unsaved sources.
  * Ask to save modified files on exit.
  * Ask for modified source close and handle unnamed sources close.
  * Replace shortcuts to not hide Ctrl+C and some others.
  * Implemented ASCII and ASCIZ operations.
  * Include actions New source and Close source on toolbar.
  * Make program and memory window visible when address requested from symbol dialog.
  * Add embedded examples menu and resources.