aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change MMIO segment address spaceJan Tuomi2024-04-146-17/+109
* Fix keymapJan Tuomi2024-04-141-6/+62
* Remove debug printJan Tuomi2024-04-141-2/+0
* Improve key mappingJan Tuomi2024-04-141-8/+28
* Implement keyboard interruptsJan Tuomi2024-04-142-7/+42
* Add memcopy, add testJan Tuomi2024-04-134-22/+91
* Fix bugs, add testsJan Tuomi2024-04-137-24/+91
* Add override_mode to allow user to write own ISRs to vector tableJan Tuomi2024-04-133-34/+50
* WIP peripheralsJan Tuomi2024-04-133-17/+78
* Make text mode workJan Tuomi2024-04-1310-312/+324
* Add "@include %bootstrap" directive format for including builtin bootstrap fileJan Tuomi2024-04-1210-104/+15
* ImprovementsJan Tuomi2024-04-122-18/+56
* Add not opJan Tuomi2024-04-122-2/+14
* Add initial TPU emuJan Tuomi2024-04-127-10/+114
* Implement signed multiplicationJan Tuomi2024-04-123-11/+70
* Finish calli/callr/return, add test codeJan Tuomi2024-04-1210-84/+151
* Add perf testJan Tuomi2024-04-116-7/+191
* Add instr/s counterJan Tuomi2024-04-115-605/+25
* Add tests, fix bugsJan Tuomi2024-02-2510-169/+447
* FixesJan Tuomi2024-02-252-8/+52
* Fix stuff, add debugger colorsJan Tuomi2024-02-254-40/+194
* Improve breakpointsJan Tuomi2024-02-251-18/+55
* Add debug symbols, improve debugger, fix bugsJan Tuomi2024-02-257-31/+179
* Add setup.py, fix bugsJan Tuomi2024-02-2413-32/+160
* Fix bugs, add basic debuggerJan Tuomi2024-02-247-69/+303
* Add stuff, refactorJan Tuomi2024-02-2226-269/+473
* Fix bugsJan Tuomi2024-02-214-8/+28
* Initial impl of stepJan Tuomi2024-02-215-41/+284
* Fix module issuesJan Tuomi2024-02-215-28/+7
* Refactor namesJan Tuomi2024-02-2144-9/+9
* Add emuJan Tuomi2024-02-2115-3/+514
* Refactor dir structureJan Tuomi2024-02-2052-11/+15
* Commit uncommitted changesJan Tuomi2024-02-206-68/+629
* WIPJan Tuomi2023-12-014-189/+205
* Do thingsJan Tuomi2023-11-205-69/+94
* Fix calling issuesJan Tuomi2023-11-137-556/+310
* Remove options, improve functionsJan Tuomi2023-11-1213-323/+318
* Add function defs & callsJan Tuomi2023-11-126-340/+821
* WIP functionsJan Tuomi2023-11-119-193/+335
* Add optimizer, add supported AST nodesJan Tuomi2023-11-106-206/+369
* WIP tree walking compilerJan Tuomi2023-11-0710-168/+699
* wip compilerJan Tuomi2023-11-0611-218/+699
* Fix bugsJan Tuomi2023-11-042-12/+17
* Add backspace supportJan Tuomi2023-11-042-7/+14
* Add dig-install make target for automatically installing memory dataJan Tuomi2023-11-045-223/+285
* Add new_line macroJan Tuomi2023-11-043-14/+22
* Fix character code mappingJan Tuomi2023-11-0311-44/+195
* Improve macro parsingJan Tuomi2023-11-033-9/+8
* Improve string I/O helper macrosJan Tuomi2023-11-034-6/+19
* Fix macros, add string I/O helpersJan Tuomi2023-11-037-60/+100