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_asm
Commit message (
Expand
)
Author
Age
*
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
*
Provide support for include directive in simple assembler.
Pavel Pisa
2019-08-22
*
Implemented SKIP/SPACE assembler directives.
Pavel Pisa
2019-08-22
*
Add .byte directive and move align target address only before .word and instr...
Pavel Pisa
2019-08-21
*
Implemented ASCII and ASCIZ operations.
Pavel Pisa
2019-08-20
*
Reimplemented simple assembler parser as state machine.
Pavel Pisa
2019-08-20
*
Prepend message types by MSG_, Windows headerfiles define ERROR as macro.
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