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
*
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
*
Add binary complement operation to the parser.
Pavel Pisa
2019-07-02
*
Simple highlighter for assembly language added.
Pavel Pisa
2019-07-02
*
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
*
Add icons for file editing actions.
Pavel Pisa
2019-07-01
*
Resolve all remaining warnings reported by GCC 6.3.
Pavel Pisa
2019-07-01
*
Fix memory leakages which repeat during program operation.
Pavel Pisa
2019-07-01
*
Use override to make newer versions of C++ compiler happy.
Pavel Pisa
2019-06-30
*
Memory change counter moved to MemoryAccess and external changes notification...
Pavel Pisa
2019-06-30
*
Provide option to hide coreview to speedup simulation.
Pavel Pisa
2019-06-30
*
Setup correct path to Azure pipeline MAC OS build status.
Pavel Pisa
2019-06-28
*
Version updated to 0.7.0
Pavel Pisa
2019-06-28
*
Include QHtml5File source file to allow ELF file load under emscripten.
Pavel Pisa
2019-06-28
*
Document limitation of memory view which is not usable for frame-buffer access.
Pavel Pisa
2019-06-28
*
Document frame-buffer and LCD display emulation.
Pavel Pisa
2019-06-28
*
LCD display emulation updated to keep aspect ratio.
Pavel Pisa
2019-06-28
*
Initial optimized version LCD display emulation.
Pavel Pisa
2019-06-28
*
Simulate push of dial buttons by check box.
Pavel Pisa
2019-06-27
*
Set minimal size of about dialog to make it usable under emscripten.
Pavel Pisa
2019-06-27
*
Do not run local event loop in about dialog.
Pavel Pisa
2019-06-27
*
Do not build tests and CLI version for Wasm/Emscripten.
Pavel Pisa
2019-06-27
*
Set default location of the program view on the left.
Pavel Pisa
2019-06-27
*
Set follow fetch for program view if configuration is not found.
Pavel Pisa
2019-06-27
[next]