~poptart/riscv-business

01f044ac — terrorbyte 5 years ago master
Added objdump
42f9b3bd — terrorbyte 5 years ago
Added first asm1 objdump
12a6b395 — terrorbyte 5 years ago
Added blog post figure output
90d7b740 — terrorbyte 5 years ago
Updated some utilities
87aa8d79 — terrorbyte 5 years ago
Updated documentation for asm5
9a35647f — terrorbyte 5 years ago
Added some trash scripts to try and speed up instruction lookups
9735691e — terrorbyte 5 years ago
Updated documentation, added a few fixes to make files
57136bec — terrorbyte 5 years ago
Added attrocious inline single instruction generator for quickly checking instruction format in CPU order
34c518cc — terrorbyte 5 years ago
Fix my own damn tables
9962ec0b — terrorbyte 5 years ago
No nulls!
b3f0ef13 — terrorbyte 5 years ago
Updated asm8 with more NULL removal
dd76cff6 — terrorbyte 5 years ago
Committing the fix for ecall NULL bytes before it escapes me, essentially the solution is to push an ecall and ret onto the stack and then jalr the location of the stack. This does require executable stack
d67df15e — terrorbyte 5 years ago
Began the reverse shell port to RV64G w/o "C"
578435d1 — terrorbyte 5 years ago
Added "C" extension examples and fixed the "G" only examples
5d09d6e1 — terrorbyte 5 years ago
I'm an idiot. I was using compressed instructions the whole time
bbaa742d — terrorbyte 5 years ago
Continue writing the documentation portions
7f44a60a — terrorbyte 5 years ago
Added better docs for asm2 and more detail
82caa356 — terrorbyte 5 years ago
Reformatting galore
ad0ac935 — terrorbyte 5 years ago
Cleaned up a mistake about PC vs SP. Added example cpuinfo
818de685 — terrorbyte 5 years ago
I added some documentation yo
Next