| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
suggestion.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Debian package updated to version 0.7.1.
* Add option to parse and show symbolic registers names.
* Implemented simple integrated assembler - it is not recommended for advanced users.
* Updated instructions parsing to be usable for integrated assembler.
* Change instruction parsing to allow multiple words pseudo-operations.
* Implemented simple expressions and labels/symbols evaluation.
* Simple highlighter for assembly language added.
* Include simple text editor in QtMips emulator.
* Fix memory leakages which repeat during program operation.
* Externally caused address-space changes (i.e. from peripherals) update memory view.
* Provide option to hide coreview to speedup simulation.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Debian package updated to version 0.7.0.
* Include simple LCD frame-buffer and display implementation.
* Simulate push of dial buttons by check box.
* Allow to create simulator without loaded executable.
* Printing/export to PDF file reduces print area/page to actual image size.
* Disable text elide for memory and program views (fix for MAC OS).
* Implement standard zoom handling by mouse wheel and keys.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
| |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
|
|
|
|
|
| |
RPM and DEB builds.
The archive content has to be placed under directory of name
packageName-version
That is
qtmips-0.6.6
for QtMips case.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
|
| |
Build packages can be found on Open Build Service page
https://build.opensuse.org/package/show/home:ppisa/qtmips
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
|
|
|
|
|
| |
The Qt5 and libelf development packages differs
between Fedora and Suse.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
|
Build is available at
https://build.opensuse.org/package/show/home:ppisa/qtmips
Package builds for Fedora_29 already but Suse seems
to be excluded for some reasons. The build for debian
required qtmips.dsc, debian.changelog, debian.control
and debian.rules. The last three are available
in archive but OBS does not found them.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
|