aboutsummaryrefslogtreecommitdiff
path: root/tasm/src/assembler.c
AgeCommit message (Collapse)Author
2024-01-21start working on virtual memoryKimplul
2023-11-19implement jalrKimplul
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-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