aboutsummaryrefslogtreecommitdiff
path: root/qtmips_asm/simpleasm.h
Commit message (Collapse)AuthorAge
* Add #pragma processing to integrated assembler and its usage to control windows.Pavel Pisa2019-08-26
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* In include, use content from editor if file is already open.Pavel Pisa2019-08-22
| | | | | | | This allows to assemble from modified include files without need to save their content the first. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Provide support for include directive in simple assembler.Pavel Pisa2019-08-22
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Simple assembler moved to separate class which is independent on Qt GUI API.Pavel Pisa2019-07-17
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>