index
:
qtmips
fix-memory-view
master
simple-memory-view
MIPS CPU emulator for education purposes
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add embedded examples menu and resources.
Pavel Pisa
2019-08-20
*
Make program and memory window visible when address requested from symbol dia...
Pavel Pisa
2019-08-20
*
Include actions New source and Close source on toolbar.
Pavel Pisa
2019-08-20
*
Document new internal assembler directives and possibility to call make.
Pavel Pisa
2019-08-20
*
Implemented ASCII and ASCIZ operations.
Pavel Pisa
2019-08-20
*
Reimplemented simple assembler parser as state machine.
Pavel Pisa
2019-08-20
*
Replace shortcuts to not hide Ctrl+C and some others.
Pavel Pisa
2019-08-20
*
Ask for modified source close and handle unnamed sources close.
Pavel Pisa
2019-08-20
*
Ask to save modified files on exit.
Pavel Pisa
2019-08-19
*
Action to execute external make command and ask for unsaved sources.
Pavel Pisa
2019-08-19
*
Include qtmips_asm in the top level dependencies of qtmips_cli and qtmips_gui.
Pavel Pisa
2019-08-02
*
Update standalone build scripts (generic and MacOS) to include qtmips_asm.
Pavel Pisa
2019-08-02
*
Parent models created by views to ensure their deletion.
Pavel Pisa
2019-07-18
*
Include C language syntax highlighter for alternative sources editing.
Pavel Pisa
2019-07-18
*
Rename Highlighter to HighlighterAsm to preare for alternative C highlighter.
Pavel Pisa
2019-07-18
*
Remove forgotten debug print in relocation code.
Pavel Pisa
2019-07-18
*
Add config option to reset machine before internal assembler starts.
Pavel Pisa
2019-07-18
*
Update editor search algorithm to prefer current editor for unnamed buffers.
Pavel Pisa
2019-07-17
*
Prepend message types by MSG_, Windows headerfiles define ERROR as macro.
Pavel Pisa
2019-07-17
*
Enable CLI version to use simple assembler.
Pavel Pisa
2019-07-17
*
Do not open editor twice for same filename.
Pavel Pisa
2019-07-17
*
Simple assembler moved to separate class which is independent on Qt GUI API.
Pavel Pisa
2019-07-17
*
Store operator text description in the fixmatheval operators tree.
Pavel Pisa
2019-07-17
*
Implemented message window to report compilation errors.
Pavel Pisa
2019-07-17
*
Move fixmatheval to initial directory for assembler library.
Pavel Pisa
2019-07-15
*
spec file: hicolor-icon-theme directories requested according sbrabec suggest...
Pavel Pisa
2019-07-15
*
Minor update of RPM packaging.
Pavel Pisa
2019-07-05
*
Minor correction of emscripten save as to offer original file name if known.
Pavel Pisa
2019-07-03
*
Emscripten version does not wait for dialog->exec(), proces selected value by...
Pavel Pisa
2019-07-03
*
Minor fix to build on Qt version prior to 5.7.0.
Pavel Pisa
2019-07-03
*
Follow rule of two spaces after e-mail if updating Debian changelog.
Pavel Pisa
2019-07-03
*
Instructions update and encoding enhanced.
Pavel Pisa
2019-07-03
*
Process .equ and .set directives and ignore some others.
Pavel Pisa
2019-07-03
*
Allow start of comments by two slashes.
Pavel Pisa
2019-07-03
*
Use explicitly declared empty stringlist for instructions without arguments.
Pavel Pisa
2019-07-03
*
Allow underscore in labels.
Pavel Pisa
2019-07-03
*
Version updated to 0.7.1
Pavel Pisa
2019-07-03
*
Implement file save as workaround for emscripten build.
Pavel Pisa
2019-07-03
*
Allow to switch between numeric and mnemonics registers names.
Pavel Pisa
2019-07-03
*
Implement file save for emscripten build.
Pavel Pisa
2019-07-03
*
Store and restore open source files editors.
Pavel Pisa
2019-07-03
*
Ignore code and data assembler directives.
Pavel Pisa
2019-07-03
*
Include forgotten highlighter sources.
Pavel Pisa
2019-07-03
*
Add option to parse and show symbolic registers names.
Pavel Pisa
2019-07-03
*
Allow spaces in middle of assembler arguments and report errors.
Pavel Pisa
2019-07-03
*
Next round of override warning silence from emscripten build.
Pavel Pisa
2019-07-02
*
Include source file open, save and compilation on tool bar.
Pavel Pisa
2019-07-02
*
Include icon to invoke local compilation.
Pavel Pisa
2019-07-02
*
Mention integrated assembler in the documentation.
Pavel Pisa
2019-07-02
*
Extend instruction parsing to accept numeric value continuing by expression.
Pavel Pisa
2019-07-02
[next]