aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/samples
Commit message (Collapse)AuthorAge
* samples: simple-lw-sw-ia.S: place data section to 0x2000 address.Pavel Pisa2019-09-06
| | | | | | | | | Ensure that initial explicitly written address in lw, sw instructions is aligned with location used later when data symbols are used. Use address in the first 32 kB to leave out la pseudoinstruction complexity for initial experiments. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Use #pragma in examples to lower initial learning curve.Pavel Pisa2019-08-26
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add embedded examples menu and resources.Pavel Pisa2019-08-20
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>