Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only save test source | Freya Murphy | 2024-09-30 | 9 | -0/+2 |
| | |||||
* | update testing | Freya Murphy | 2024-09-30 | 24 | -255/+182 |
| | |||||
* | update tests | Freya Murphy | 2024-09-30 | 4 | -1/+3 |
| | |||||
* | remove inv instructions | Freya Murphy | 2024-09-30 | 2 | -32/+3 |
| | |||||
* | fix elf section padding | Freya Murphy | 2024-09-30 | 2 | -20/+33 |
| | |||||
* | fix masm parser | Freya Murphy | 2024-09-30 | 1 | -6/+7 |
| | |||||
* | symtab never return null symbol | Freya Murphy | 2024-09-23 | 2 | -1/+2 |
| | |||||
* | fix symtab map bad offset | Freya Murphy | 2024-09-23 | 3 | -2/+3 |
| | |||||
* | make _start global in runtime | Freya Murphy | 2024-09-23 | 1 | -0/+1 |
| | |||||
* | fix local vs global symbol names, locals now are local | Freya Murphy | 2024-09-23 | 4 | -19/+108 |
| | |||||
* | update readme | Freya Murphy | 2024-09-22 | 1 | -0/+11 |
| | |||||
* | add global makefile, update tests | Freya Murphy | 2024-09-22 | 6 | -2/+34 |
| | |||||
* | msim stub | Freya Murphy | 2024-09-22 | 2 | -0/+12 |
| | |||||
* | multitude of mld fixes, add entrypoint | Freya Murphy | 2024-09-22 | 7 | -28/+86 |
| | |||||
* | make mld file executable | Freya Murphy | 2024-09-22 | 1 | -1/+8 |
| | |||||
* | update readme | Freya Murphy | 2024-09-22 | 1 | -2/+22 |
| | |||||
* | fix mem errors | Freya Murphy | 2024-09-22 | 3 | -0/+11 |
| | |||||
* | mld done | Freya Murphy | 2024-09-22 | 19 | -47/+1092 |
| | |||||
* | update make clear | Freya Murphy | 2024-09-20 | 1 | -0/+1 |
| | |||||
* | start mld, add loading of object files, add fuzzing support | Freya Murphy | 2024-09-20 | 17 | -91/+1132 |
| | |||||
* | remove test file | Freya Murphy | 2024-09-13 | 1 | -34/+0 |
| | |||||
* | fix store/load with labels | Freya Murphy | 2024-09-13 | 2 | -15/+50 |
| | |||||
* | better | Freya Murphy | 2024-09-13 | 7 | -252/+540 |
| | |||||
* | dont upload those :p | Freya Murphy | 2024-09-12 | 2 | -0/+0 |
| | |||||
* | align segments | Freya Murphy | 2024-09-12 | 5 | -7/+33 |
| | |||||
* | big endian | Freya Murphy | 2024-09-12 | 6 | -114/+135 |
| | |||||
* | add ascii and asciiz directives, fix symtab bug | Freya Murphy | 2024-09-11 | 7 | -30/+76 |
| | |||||
* | refactor | Freya Murphy | 2024-09-11 | 18 | -2682/+2586 |
| | |||||
* | joe | Freya Murphy | 2024-09-10 | 11 | -267/+427 |
| | |||||
* | relocation table hell | Freya Murphy | 2024-09-09 | 13 | -812/+1306 |
| | |||||
* | i forgor syscall | Freya Murphy | 2024-09-09 | 1 | -0/+6 |
| | |||||
* | uh hi | Freya Murphy | 2024-09-09 | 1 | -363/+0 |
| | |||||
* | initial mips32 (r2000ish mips32r6) assembler | Freya Murphy | 2024-09-09 | 27 | -0/+4034 |