aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-18enable analyzer for triscv and fix issuesHEADmasterKimplul
2024-08-18enable analyzer for tdump and fix issuesKimplul
2024-08-18enable analyzer for tasm, fix some reported issuesKimplul
2024-06-27allow assembling massive filesKimplul
2024-05-24add license stuff in tasmKimplul
2024-05-24add license stuff in tdumpKimplul
2024-05-24add licensing stuff in triscvKimplul
2024-05-24fix makefile in triscvKimplul
2024-04-30fix some markdown formattingKimplul
2024-04-30janitorial dutiesKimplul
+ Add doc and formatting tooling
2024-04-30initial readmeKimplul
2024-04-15add check against empty outfileKimplul
2024-04-07implement some more branchesKimplul
2024-03-31implement more meta instructionsKimplul
+ Also have a working draft of ABI names for registers, matches qbt currently but should probably codify somewhere
2024-01-21start working on virtual memoryKimplul
2023-11-19implement jalrKimplul
2023-10-31add tdump to gitignoreKimplul
2023-10-29initial working compiled program on simulatorKimplul
2023-10-29move common stuff to coreKimplul
+ Might have to come up with a better name, but works for now
2023-10-28load object files in simulator from command lineKimplul
2023-10-28add initial relocation stuffKimplul
2023-10-28move to monorepoKimplul
+ Will probably have to make some changes to dir layout to make things make more sense