summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-04make offsets return pc relative reltab entryFreya Murphy1-1/+1
2024-10-04remove objFreya Murphy1-0/+0
2024-10-04refactor masm to add codegen stepFreya Murphy23-2590/+2704
2024-10-01update msim usageFreya Murphy1-1/+1
2024-10-01add recursion test, add noops for branch delay slotsFreya Murphy12-2/+51
2024-10-01dont hardcode RA in JALRFreya Murphy1-1/+2
2024-10-01make test script look nicer on failureFreya Murphy1-1/+4
2024-10-01fix sign extension, support branch delay slotFreya Murphy4-69/+126
2024-10-01dont require phdr to linkFreya Murphy5-60/+151
2024-10-01add nop pseudo codeFreya Murphy1-0/+15
2024-09-30msim done (ish)Freya Murphy8-3/+995
2024-09-30update runtime to return exit code from mainFreya Murphy1-2/+2
2024-09-30set padding to zero instead of undefined dataFreya Murphy1-0/+2
2024-09-30fix parse strings with new lineFreya Murphy1-6/+6
2024-09-30only save test sourceFreya Murphy9-0/+2
2024-09-30update testingFreya Murphy24-255/+182
2024-09-30update testsFreya Murphy4-1/+3
2024-09-30remove inv instructionsFreya Murphy2-32/+3
2024-09-30fix elf section paddingFreya Murphy2-20/+33
2024-09-30fix masm parserFreya Murphy1-6/+7
2024-09-23symtab never return null symbolFreya Murphy2-1/+2
2024-09-23fix symtab map bad offsetFreya Murphy3-2/+3
2024-09-23make _start global in runtimeFreya Murphy1-0/+1
2024-09-23fix local vs global symbol names, locals now are localFreya Murphy4-19/+108
2024-09-22update readmeFreya Murphy1-0/+11
2024-09-22add global makefile, update testsFreya Murphy6-2/+34
2024-09-22msim stubFreya Murphy2-0/+12
2024-09-22multitude of mld fixes, add entrypointFreya Murphy7-28/+86
2024-09-22make mld file executableFreya Murphy1-1/+8
2024-09-22update readmeFreya Murphy1-2/+22
2024-09-22fix mem errorsFreya Murphy3-0/+11
2024-09-22mld doneFreya Murphy19-47/+1092
2024-09-20update make clearFreya Murphy1-0/+1
2024-09-20start mld, add loading of object files, add fuzzing supportFreya Murphy17-91/+1132
2024-09-13remove test fileFreya Murphy1-34/+0
2024-09-13fix store/load with labelsFreya Murphy2-15/+50
2024-09-13betterFreya Murphy7-252/+540
2024-09-12dont upload those :pFreya Murphy2-0/+0
2024-09-12align segmentsFreya Murphy5-7/+33
2024-09-12big endianFreya Murphy6-114/+135
2024-09-11add ascii and asciiz directives, fix symtab bugFreya Murphy7-30/+76
2024-09-11refactorFreya Murphy18-2682/+2586
2024-09-10joeFreya Murphy11-267/+427
2024-09-09relocation table hellFreya Murphy13-812/+1306
2024-09-09i forgor syscallFreya Murphy1-0/+6
2024-09-09uh hiFreya Murphy1-363/+0