Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add .byte directive and move align target address only before .word and ↵ | Pavel Pisa | 2019-08-21 |
| | | | | | | instruction. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Implemented ASCII and ASCIZ operations. | Pavel Pisa | 2019-08-20 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Reimplemented simple assembler parser as state machine. | Pavel Pisa | 2019-08-20 |
| | | | | | | | New parser allows to process string arguments with comma and comment start characters. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Prepend message types by MSG_, Windows headerfiles define ERROR as macro. | Pavel Pisa | 2019-07-17 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Simple assembler moved to separate class which is independent on Qt GUI API. | Pavel Pisa | 2019-07-17 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Store operator text description in the fixmatheval operators tree. | Pavel Pisa | 2019-07-17 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Implemented message window to report compilation errors. | Pavel Pisa | 2019-07-17 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Move fixmatheval to initial directory for assembler library. | Pavel Pisa | 2019-07-15 |
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> |