| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wiphardware | s-ol | 2021-11-06 | 9 | -28/+686 |
| | | |||||
| * | new elf generator w/ symbol output | s-ol | 2021-10-24 | 4 | -83/+183 |
| | | |||||
| * | add HTML reference card | s-ol | 2021-07-14 | 1 | -0/+364 |
| | | |||||
| * | rename CSR instruction part /csr12 → /csr | s-ol | 2021-07-14 | 3 | -7/+7 |
| | | |||||
| * | start working on DTB printer | s-ol | 2021-07-12 | 3 | -2/+177 |
| | | |||||
| * | fix ask_name STDIO | s-ol | 2021-07-10 | 1 | -50/+18 |
| | | |||||
| * | examples: exit via SBI | s-ol | 2021-07-09 | 3 | -60/+76 |
| | | |||||
| * | validate opi, system | s-ol | 2021-07-09 | 1 | -19/+121 |
| | | |||||
| * | add kakoune highlighting file | s-ol | 2021-07-09 | 1 | -0/+28 |
| | | |||||
| * | remove 0x prefix | s-ol | 2021-07-09 | 5 | -17/+13 |
| | | |||||
| * | update examples | s-ol | 2021-07-09 | 8 | -83/+83 |
| | | |||||
| * | wip more validation logic | s-ol | 2021-07-09 | 4 | -112/+375 |
| | | |||||
| * | remove outdated disasm.sh | s-ol | 2021-07-09 | 1 | -7/+0 |
| | | |||||
| * | switch to "virt" qemu machine | s-ol | 2021-07-07 | 3 | -26/+76 |
| | | |||||
| * | reorganize, add ask_name example | s-ol | 2021-07-06 | 10 | -2/+108 |
| | | |||||
| * | fix hello_world comments | s-ol | 2021-07-06 | 2 | -8/+7 |
| | | |||||
| * | move other docs to rst as well | s-ol | 2021-07-06 | 4 | -307/+368 |
| | | |||||
| * | update README/ex example | s-ol | 2021-07-06 | 11 | -204/+214 |
| | | |||||
| * | good helloworld example | s-ol | 2021-07-06 | 1 | -14/+26 |
| | | |||||
| * | fix and finish new pipeline | s-ol | 2021-07-06 | 5 | -344/+36 |
| | | |||||
| * | update ex.subv to work with new pipeline | s-ol | 2021-07-05 | 2 | -5/+5 |
| | | |||||
| * | update format for new pipeline | s-ol | 2021-07-05 | 4 | -293/+226 |
| | | |||||
| * | update survey for new stage order | s-ol | 2021-07-05 | 2 | -117/+142 |
| | | |||||
| * | add validate layer | s-ol | 2021-07-04 | 3 | -16/+346 |
| | | |||||
| * | new test case for survey.py | s-ol | 2021-06-08 | 1 | -4/+38 |
| | | |||||
| * | fix jalr immediate slice, update example stage results | s-ol | 2021-06-08 | 7 | -18/+62 |
| | | |||||
| * | apply "black" formatting | s-ol | 2021-05-25 | 6 | -229/+318 |
| | | |||||
| * | close to working AUIPC+JALR jump | s-ol | 2021-05-25 | 3 | -3/+14 |
| | | |||||
| * | update all stages to work | s-ol | 2021-05-25 | 6 | -135/+131 |
| | | |||||
| * | use new bits in format.py | s-ol | 2021-05-25 | 2 | -106/+107 |
| | | |||||
| * | implement LabelRef | s-ol | 2021-05-25 | 1 | -19/+279 |
| | | |||||
| * | add JUMPING.md | s-ol | 2021-05-25 | 1 | -0/+180 |
| | | |||||
| * | turn bits into a class | s-ol | 2021-05-24 | 5 | -127/+160 |
| | | |||||
| * | support offsets on labels | s-ol | 2021-05-23 | 3 | -6/+59 |
| | | |||||
| * | revert to code detection by segment | s-ol | 2021-05-23 | 5 | -59/+61 |
| | | |||||
| * | log offending line when errors occur, across all stages | s-ol | 2021-05-22 | 5 | -47/+74 |
| | | |||||
| * | support non-byte aligned data lines | s-ol | 2021-05-22 | 6 | -35/+90 |
| | | |||||
| * | more error reporting in format.py | s-ol | 2021-05-22 | 2 | -27/+61 |
| | | |||||
| * | disable qemu bios | s-ol | 2021-05-22 | 1 | -1/+1 |
| | | |||||
| * | fix pack, survey and move to doctest | s-ol | 2020-05-29 | 2 | -148/+146 |
| | | |||||
| * | switch bit.py, subv.py to doctest | s-ol | 2020-05-29 | 4 | -167/+316 |
| | | |||||
| * | new label-slice syntax in format.py; switch to doctest | s-ol | 2020-05-29 | 4 | -169/+251 |
| | | |||||
| * | fix permissions | s-ol | 2020-05-28 | 3 | -0/+0 |
| | | |||||
| * | Hello World! | s-ol | 2020-05-28 | 5 | -35/+53 |
| | | |||||
| * | Add Status to README | s-ol | 2020-05-28 | 1 | -7/+26 |
| | | |||||
| * | cleanup | s-ol | 2020-05-28 | 11 | -445/+341 |
| | | |||||
| * | Add ex.* | s-ol | 2020-05-28 | 7 | -1/+111 |
| | | |||||
| * | survey, pack | s-ol | 2020-05-28 | 8 | -192/+516 |
| | | |||||
| * | tests, cleanup, verify.py | s-ol | 2020-05-28 | 8 | -86/+487 |
| | | |||||
| * | disassembly helper | s-ol | 2020-05-27 | 1 | -0/+7 |
| | | |||||
