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 |