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
path:
root
/
qtmips_gui
/
mainwindow.cpp
Commit message (
Expand
)
Author
Age
*
Enable dock widows nesting to enable show cache + memory simultaneously
Fanda Vacek
2020-03-26
*
Add #pragma processing to integrated assembler and its usage to control windows.
Pavel Pisa
2019-08-26
*
In include, use content from editor if file is already open.
Pavel Pisa
2019-08-22
*
Resolve emscripten problem with save as during close by queued connection.
Pavel Pisa
2019-08-20
*
Workaround to emscripten problem with source close when save requiring rename.
Pavel Pisa
2019-08-20
*
Attempt to correct ask for file save when closed on emscripten.
Pavel Pisa
2019-08-20
*
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
*
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
*
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
*
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
*
Implemented message window to report compilation errors.
Pavel Pisa
2019-07-17
*
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
*
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
*
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
*
Allow spaces in middle of assembler arguments and report errors.
Pavel Pisa
2019-07-03
*
Implement load of sources in emscripten build and minor fixes.
Pavel Pisa
2019-07-02
*
Teach simple embedded assembler .orig and .word directives.
Pavel Pisa
2019-07-02
*
Change instruction parsing to allow multiple words pseudo-operations.
Pavel Pisa
2019-07-02
*
Evaluation of symbolic expressions in assembler added.
Pavel Pisa
2019-07-02
*
Minimal prototype of integrated assembler.
Pavel Pisa
2019-07-01
*
Correct order of operations during editor close.
Pavel Pisa
2019-07-01
*
Include simple text editor in QtMips emulator.
Pavel Pisa
2019-07-01
*
Provide option to hide coreview to speedup simulation.
Pavel Pisa
2019-06-30
*
Initial optimized version LCD display emulation.
Pavel Pisa
2019-06-28
*
Do not run local event loop in about dialog.
Pavel Pisa
2019-06-27
*
Set default location of the program view on the left.
Pavel Pisa
2019-06-27
*
Allow to create simulator without loaded executable.
Pavel Pisa
2019-06-26
*
Printing/export to PDF file reduces print area/page to actual image size.
Pavel Pisa
2019-06-12
*
Add simple printing of core view.
Pavel Pisa
2019-06-11
*
Do not save program view start address when changed due to program executed.
Pavel Pisa
2019-03-25
*
Updated read and write, added open, close, ftruncate syscalls and fs_root opt...
Pavel Pisa
2019-03-09
*
Enable configuration of syscalls emulation and stop on exception.
Pavel Pisa
2019-03-06
*
Dock to view coprocessor 0 and cop0 counter/comparator support.
Pavel Pisa
2019-03-05
*
Simple serial port receive implementation.
Pavel Pisa
2019-02-25
*
Add support for goto to selected symbol address.
Pavel Pisa
2019-02-22
*
variable font size
Fanda Vacek
2019-02-19
*
Implement write syscall and signal written characters to terminal.
Pavel Pisa
2019-02-14
*
Initial attempt to as operating system syscall handler.
Pavel Pisa
2019-02-13
[next]